Searched refs:task_cpu_possible (Results 1 – 2 of 2) sorted by relevance
26 # define task_cpu_possible(cpu, p) true macro29 # define task_cpu_possible(cpu, p) cpumask_test_cpu((cpu), task_cpu_possible_mask(p)) macro
2621 if (!(p->flags & PF_KTHREAD) && !task_cpu_possible(cpu, p)) in task_allowed_on_cpu()