Searched refs:cpu_idle (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/arm/arm/
H A Dmachdep.c246 cpu_idle(int busy) function
249 CTR2(KTR_SPARE2, "cpu_idle(%d) at %d", busy, curcpu);
258 CTR2(KTR_SPARE2, "cpu_idle(%d) at %d done", busy, curcpu);
/freebsd-current/sys/riscv/riscv/
H A Dmachdep.c180 cpu_idle(int busy) function
/freebsd-current/sys/powerpc/powerpc/
H A Dcpu.c705 cpu_idle(int busy) function
717 CTR1(KTR_SPARE2, "cpu_idle(%d)", busy);
731 CTR1(KTR_SPARE2, "cpu_idle(%d) done", busy);
/freebsd-current/sys/cddl/dev/profile/
H A Dprofile.c255 pc = (uintfptr_t)&cpu_idle;
/freebsd-current/sys/x86/x86/
H A Dcpu_machdep.c549 * Since we may be in a critical section from cpu_idle(), if
647 cpu_idle(int busy) function
652 CTR1(KTR_SPARE2, "cpu_idle(%d)", busy);
685 CTR1(KTR_SPARE2, "cpu_idle(%d) done", busy);
/freebsd-current/sys/arm64/arm64/
H A Dmachdep.c275 cpu_idle(int busy) function
/freebsd-current/sys/kern/
H A Dsched_4bsd.c1686 cpu_idle(stat->idlecalls + stat->oldidlecalls > 64);
H A Dsched_ule.c249 int tdq_cpu_idle; /* (ls) cpu_idle() is active. */
3048 * before cpu_idle() reads tdq_load. The order is important
3055 * order to avoid calling cpu_idle().
3061 cpu_idle(switchcnt * 4 > sched_idlespinthresh);
/freebsd-current/sys/sys/
H A Dproc.h1236 void cpu_idle(int);

Completed in 161 milliseconds