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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched.h262 #define first_timeslice(processor) ((processor)->timeslice > 0) macro
H A Dsched_fixedpriority.c557 if (first_timeslice(processor)) {
574 } else if ((!first_timeslice(processor)) && SCHED(fairshare_runq_count)() > 0) {
H A Dpriority.c165 if (first_timeslice(processor))
H A Dsched_prim.c1672 first_timeslice(processor) ) {
2356 if (first_timeslice(processor) &&
3192 if (first_timeslice(processor)) {
3705 if (first_timeslice(processor)) {

Completed in 33 milliseconds