Home
last modified time | relevance | path

Searched refs:first_timeslice (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dsched_dualq.c326 if (processor->first_timeslice) { in sched_dualq_processor_csw_check()
H A Dprocessor.h368 bool first_timeslice; /* has the quantum expired since context switch */ member
H A Dsched_amp.c337 if (processor->first_timeslice) { in sched_amp_processor_csw_check()
H A Dsched_traditional.c464 if (processor->first_timeslice) { in sched_traditional_processor_csw_check()
H A Dsched_prim.c2403 …ok_to_run_realtime_thread |= (thread->sched_pri >= BASEPRI_RTQUEUES && processor->first_timeslice); in thread_select()
2494 if (thread->sched_pri >= BASEPRI_RTQUEUES && processor->first_timeslice) { in thread_select()
3399 boolean_t keep_quantum = processor->first_timeslice; in thread_dispatch()
3645 processor->first_timeslice = TRUE; in thread_dispatch()
3648 processor->first_timeslice = FALSE; in thread_dispatch()
3701 processor->first_timeslice = FALSE; in thread_block_reason()
5660 if ((rt_runq_priority(pset) > processor->current_pri) || !processor->first_timeslice) { in csw_check_locked()
H A Dpriority.c195 processor->first_timeslice = FALSE; in thread_quantum_expire()
H A Dsched_multiq.c1220 if (processor->first_timeslice) { in sched_multiq_processor_csw_check()
H A Dprocessor.c264 processor->first_timeslice = FALSE; in processor_init()
H A Dsched_clutch.c2950 if (processor->first_timeslice) { in sched_clutch_processor_csw_check()
3668 if (processor->first_timeslice) { in sched_edge_processor_csw_check()