Searched refs:nr_cpus_allowed (Results 1 – 11 of 11) sorted by relevance
578 if (p->nr_cpus_allowed > 1) in inc_dl_migration()588 if (p->nr_cpus_allowed > 1) in dec_dl_migration()1851 (curr->nr_cpus_allowed < 2 || in select_task_rq_dl()1853 p->nr_cpus_allowed > 1; in select_task_rq_dl()1914 if (rq->curr->nr_cpus_allowed == 1 || in check_preempt_equal_dl()1922 if (p->nr_cpus_allowed != 1 && in check_preempt_equal_dl()2142 if (task->nr_cpus_allowed == 1) in find_later_rq()2283 WARN_ON_ONCE(p->nr_cpus_allowed <= 1); in pick_next_pushable_dl_task()2317 rq->curr->nr_cpus_allowed > 1) { in push_dl_task()2479 p->nr_cpus_allowed > 1 && in task_woken_dl()[all …]
385 if (p->nr_cpus_allowed > 1) in inc_rt_migration()402 if (p->nr_cpus_allowed > 1) in dec_rt_migration()1547 if (!task_current(rq, p) && p->nr_cpus_allowed > 1) in enqueue_task_rt()1676 if (rq->curr->nr_cpus_allowed == 1 || in check_preempt_equal_prio()1684 if (p->nr_cpus_allowed != 1 && in check_preempt_equal_prio()1840 if (on_rt_rq(&p->rt) && p->nr_cpus_allowed > 1) in put_prev_task_rt()1892 if (task->nr_cpus_allowed == 1) in find_lowest_rq()2040 BUG_ON(p->nr_cpus_allowed <= 1); in pick_next_pushable_task()2466 p->nr_cpus_allowed > 1 && in task_woken_rt()2468 (rq->curr->nr_cpus_allowed < 2 || in task_woken_rt()[all …]
346 WARN_ON_ONCE(current->nr_cpus_allowed != 1); in play_idle_precise()
2319 if (p->nr_cpus_allowed == 1) in get_push_task()3225 if (p->nr_cpus_allowed != 1) in is_per_cpu_kthread()
2544 p->nr_cpus_allowed = cpumask_weight(ctx->new_mask); in set_cpus_allowed_common()3552 if (p->nr_cpus_allowed > 1 && !is_migration_disabled(p)) in select_task_rq()
4579 if (!p || p->nr_cpus_allowed == 1) { in update_misfit_status()9888 if (p->nr_cpus_allowed != NR_CPUS) { in find_idlest_group()
85 .nr_cpus_allowed= NR_CPUS,
1010 if (current->nr_cpus_allowed == 1) { in hfi1_get_proc_affinity()1021 } else if (current->nr_cpus_allowed < cpumask_weight(&set->mask)) { in hfi1_get_proc_affinity()
838 if (current->nr_cpus_allowed != 1) in sdma_select_user_engine()
828 int nr_cpus_allowed; member1784 (current->nr_cpus_allowed == 1); in is_percpu_thread()
1144 const unsigned int weight = current->nr_cpus_allowed; in assign_ctxt_affinity()1626 const unsigned int weight = current->nr_cpus_allowed; in qib_assign_ctxt()
Completed in 78 milliseconds