Searched refs:first_timeslice (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dsched.h262 #define first_timeslice(processor) ((processor)->timeslice > 0) macro
H A Dsched_dualq.c253 if (first_timeslice(processor)) {
H A Dpriority.c171 if (first_timeslice(processor))
H A Dsched_multiq.c1164 if (first_timeslice(processor)) {
H A Dsched_prim.c1832 if (thread->sched_pri >= BASEPRI_RTQUEUES && first_timeslice(processor)) {
2506 if (first_timeslice(processor) &&
3524 if (first_timeslice(processor)) {
4143 if (first_timeslice(processor)) {

Completed in 35 milliseconds