Home
last modified time | relevance | path

Searched refs:run_count_incr (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dsched_traditional.c182 .run_count_incr = sched_run_incr,
237 .run_count_incr = sched_run_incr,
H A Dsched_proto.c202 .run_count_incr = sched_run_incr,
H A Dsched_dualq.c148 .run_count_incr = sched_smt_run_incr,
H A Dstartup.c950 SCHED(run_count_incr)(thread); in load_context() local
H A Dsched_amp.c161 .run_count_incr = sched_run_incr,
H A Dsched_prim.h869 uint32_t (*run_count_incr)(thread_t thread); member
H A Dsched_grrr.c239 .run_count_incr = sched_run_incr,
H A Dsched_multiq.c338 .run_count_incr = sched_run_incr,
H A Dsched_clutch.c2785 .run_count_incr = sched_clutch_run_incr,
3421 .run_count_incr = sched_clutch_run_incr,
H A Dsched_prim.c859 new_run_count = SCHED(run_count_incr)(thread); in thread_unblock()