Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dsched_traditional.c164 .thread_update_scan = sched_traditional_thread_update_scan,
219 .thread_update_scan = sched_traditional_thread_update_scan,
H A Dsched_proto.c184 .thread_update_scan = sched_proto_thread_update_scan,
H A Dsched_dualq.c130 .thread_update_scan = sched_dualq_thread_update_scan,
H A Dsched_amp.c146 .thread_update_scan = sched_amp_thread_update_scan,
H A Dsched_grrr.c221 .thread_update_scan = sched_grrr_thread_update_scan,
H A Dsched_prim.h964 void (*thread_update_scan)(sched_update_scan_context_t scan_context); member
H A Dsched_multiq.c320 .thread_update_scan = sched_multiq_thread_update_scan,
H A Dsched_clutch.c2798 .thread_update_scan = sched_clutch_thread_update_scan,
3393 .thread_update_scan = sched_clutch_thread_update_scan,
H A Dsched_prim.c6678 SCHED(thread_update_scan)(&scan_context); in sched_timeshare_maintenance_continue()