Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c2608 int max_ts_pri = 0; in turnstile_workloop_pusher_info() local
2627 max_ts_pri = priority_queue_entry_sched_pri( in turnstile_workloop_pusher_info()
2657 if (max_thread_pri > max_ts_pri) { in turnstile_workloop_pusher_info()
2662 } else if (max_ts_pri) { in turnstile_workloop_pusher_info()
2692 return max(max_thread_pri, max_ts_pri); in turnstile_workloop_pusher_info()