Home
last modified time | relevance | path

Searched refs:earliest_bg_make_runnable_time (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/osfmk/kern/
H A Dsched_prim.h340 uint64_t earliest_bg_make_runnable_time; member
H A Dsched_prim.c6623 .earliest_bg_make_runnable_time = UINT64_MAX, in sched_timeshare_maintenance_continue()
6684 uint64_t bg_max_latency = (ctime > scan_context.earliest_bg_make_runnable_time) ? in sched_timeshare_maintenance_continue()
6685 ctime - scan_context.earliest_bg_make_runnable_time : 0; in sched_timeshare_maintenance_continue()
6878 if (thread->last_made_runnable_time < scan_context->earliest_bg_make_runnable_time) { in runq_scan_thread()
6879 scan_context->earliest_bg_make_runnable_time = thread->last_made_runnable_time; in runq_scan_thread()