Home
last modified time | relevance | path

Searched refs:busy (Results 76 – 100 of 109) sorted by path

12345

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_mem_acpi.c324 msp->ms_cm.c_busy = mp->sbm_cm.sbdev_busy | pstat.busy; in dr_mem_status()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c1465 hrtime_t idle, busy, diff; in fipe_check_cpu() local
1477 busy = sp->last_busy; in fipe_check_cpu()
1480 busy = sp->last_busy - busy; in fipe_check_cpu()
1482 if (idle > 0 && busy > 0) { in fipe_check_cpu()
1483 if (busy * (100 - FIPE_PROF_BUSY_THRESHOLD) > in fipe_check_cpu()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2022 int i, busy; in apic_intr_redistribute() local
2056 busy = cpu_infop->aci_busy; in apic_intr_redistribute()
2057 average_busy += busy; in apic_intr_redistribute()
2059 if (max_busy < busy) { in apic_intr_redistribute()
2060 max_busy = busy; in apic_intr_redistribute()
2063 if (min_free > busy) { in apic_intr_redistribute()
2064 min_free = busy; in apic_intr_redistribute()
2067 if (busy > apic_int_busy_mark) { in apic_intr_redistribute()
2070 if (busy < apic_int_free_mark) in apic_intr_redistribute()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.S599 movzwq WC_TR(%rbx), %rax / clear TSS busy bit
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1030 console_enter(int busy) in console_enter() argument
1037 console_exit(int busy, int spl) in console_exit() argument
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddrmach.h80 boolean_t busy; member
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1944 int i, busy; in apic_intr_redistribute() local
1978 busy = cpu_infop->aci_busy; in apic_intr_redistribute()
1979 average_busy += busy; in apic_intr_redistribute()
1981 if (max_busy < busy) { in apic_intr_redistribute()
1982 max_busy = busy; in apic_intr_redistribute()
1985 if (min_free > busy) { in apic_intr_redistribute()
1986 min_free = busy; in apic_intr_redistribute()
1989 if (busy > apic_int_busy_mark) { in apic_intr_redistribute()
1992 if (busy < apic_int_free_mark) in apic_intr_redistribute()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c160 fp->busy = FC_R_INIT; in fcode_interpreter()
196 while (fp->busy != FC_R_DONE) in fcode_interpreter()
240 if (fp->busy == FC_R_INIT) { in fcode_timer()
243 fp->busy = FC_R_DONE; in fcode_timer()
254 fp->busy = FC_R_DONE; in fcode_timer()
289 if (fp->busy == FC_R_INIT) { in fc_get_request()
290 fp->busy = FC_R_BUSY; in fc_get_request()
313 ASSERT(fp->busy == FC_R_BUSY); in fc_finish_request()
316 fp->busy = FC_R_DONE; in fc_finish_request()
/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c381 console_enter(int busy) in console_enter() argument
385 if (busy && panicstr == NULL) { in console_enter()
395 console_exit(int busy, int spl) in console_exit() argument
397 if (busy && panicstr == NULL) { in console_exit()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h547 int busy; /* Waiters flag (private; see below) */ member
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c332 int lo, busy, nack, shipped = 0; local
398 busy = nack = 0;
423 nack, busy, idsr);
446 busy++;
496 busy++;
516 busy = 0;
675 int busy, nack; local
683 busy = nack = 0;
703 "[%d NACK %d BUSY]", cpuid, nack, busy);
707 busy++;
[all …]
H A Dopl_olympus_asm.S346 ! IDSR should not be busy at the moment
H A Dspitfire.c683 int upaid, busy, nack; in send_one_mondo() local
692 busy = nack = 0; in send_one_mondo()
711 "BUSY]", upaid, nack, busy); in send_one_mondo()
714 busy++; in send_one_mondo()
720 busy = 0; in send_one_mondo()
H A Dspitfire_asm.S618 ! IDSR should not be busy at the moment
H A Dus3_cheetah.c158 int lo, busy, nack, shipped = 0; in send_mondo_set() local
211 busy = nack = 0; in send_mondo_set()
264 "" PRIx64 " cpuids:", nack, busy, idsr); in send_mondo_set()
329 busy++; in send_mondo_set()
349 busy = 0; in send_mondo_set()
H A Dus3_cheetahplus.c165 int lo, busy, nack, shipped = 0; in send_mondo_set() local
218 busy = nack = 0; in send_mondo_set()
271 "" PRIx64 " cpuids:", nack, busy, idsr); in send_mondo_set()
336 busy++; in send_mondo_set()
356 busy = 0; in send_mondo_set()
H A Dus3_common.c1074 int busy, nack; in send_one_mondo() local
1085 busy = nack = 0; in send_one_mondo()
1135 cpuid, nack, busy); in send_one_mondo()
1140 busy++; in send_one_mondo()
1146 busy = 0; in send_one_mondo()
H A Dus3_common_asm.S483 ! IDSR should not be busy at the moment
H A Dus3_jalapeno.c180 int lo, busy, nack, shipped = 0; in send_mondo_set() local
211 busy = nack = 0; in send_mondo_set()
259 "" PRIx64 " cpuids:", nack, busy, idsr); in send_mondo_set()
274 busy++; in send_mondo_set()
294 busy = 0; in send_mondo_set()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.S258 stxa %g0, [%g0]ASI_INTR_RECEIVE_STATUS ! clear the busy bit
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2278 dstatp->s_busy = bp->b_busy | pstat.busy; in dr_dev_status()
H A Ddr_cpu.c658 csp->cs_busy = cp->sbc_cm.sbdev_busy | pstat->busy; in dr_fill_cpu_stat()
H A Ddr_io.c377 isp->is_cm.c_busy = ip->sbi_cm.sbdev_busy | pstat.busy; in dr_io_status()
H A Ddr_mem.c758 msp->ms_cm.c_busy = mp->sbm_cm.sbdev_busy | pstat.busy; in dr_mem_status()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c741 msp->ms_cm.c_busy = mp->sbm_cm.sbdev_busy | pstat.busy; in dr_mem_status()

12345