Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_traditional.c179 .check_spill = sched_check_spill,
234 .check_spill = sched_check_spill,
H A Dsched_proto.c199 .check_spill = sched_check_spill,
H A Dsched_dualq.c145 .check_spill = sched_check_spill,
H A Dsched_amp.c158 .check_spill = sched_amp_check_spill,
H A Dsched_prim.h864 void (*check_spill)(processor_set_t pset, thread_t thread); member
H A Dsched_grrr.c236 .check_spill = sched_check_spill,
H A Dsched_multiq.c335 .check_spill = sched_check_spill,
H A Dsched_clutch.c2782 .check_spill = sched_check_spill,
3418 .check_spill = sched_edge_check_spill,
H A Dsched_prim.c5570 SCHED(check_spill)(pset, thread); in thread_setrun() local