Searched refs:max_thread (Results 1 – 1 of 1) sorted by relevance
2356 thread_t max_thread = THREAD_NULL; in turnstile_recompute_priority_locked() local2368 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() local2529 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()