Searched refs:pri_level_empty (Results 1 – 1 of 1) sorted by relevance
868 boolean_t pri_level_empty = FALSE; in sched_global_dequeue_thread() local882 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_global_dequeue_thread()886 if (!pri_level_empty) { in sched_global_dequeue_thread()897 boolean_t pri_level_empty = FALSE; in sched_global_deep_drain_dequeue_thread() local911 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_global_deep_drain_dequeue_thread()915 if (pri_level_empty) { in sched_global_deep_drain_dequeue_thread()929 boolean_t pri_level_empty = FALSE; in sched_group_dequeue_thread() local933 thread = group_run_queue_dequeue_thread(group_runq, &thread_pri, &pri_level_empty); in sched_group_dequeue_thread()937 if (pri_level_empty) { in sched_group_dequeue_thread()963 boolean_t pri_level_empty = group_run_queue_remove_thread(&group->runq, thread, thread_pri); in sched_group_remove_thread() local[all …]