Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dturnstile.c2356 thread_t max_thread = THREAD_NULL; in turnstile_recompute_priority_locked() local
2368 max_thread = priority_queue_max(&turnstile->ts_waitq.waitq_prio_queue, in turnstile_recompute_priority_locked()
2371 if (max_thread) { in turnstile_recompute_priority_locked()
2374 &max_thread->wait_prioq_links); in turnstile_recompute_priority_locked()
2519 thread_t max_thread; in turnstile_workloop_pusher_info() local
2529 max_thread = priority_queue_max(&turnstile->ts_waitq.waitq_prio_queue, in turnstile_workloop_pusher_info()
2531 if (max_thread) { in turnstile_workloop_pusher_info()
2534 &max_thread->wait_prioq_links); in turnstile_workloop_pusher_info()
2571 thread_reference(max_thread); in turnstile_workloop_pusher_info()
2572 *thread_out = max_thread; in turnstile_workloop_pusher_info()