Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmu_context.h26 # define task_cpu_possible(cpu, p) true macro
29 # define task_cpu_possible(cpu, p) cpumask_test_cpu((cpu), task_cpu_possible_mask(p)) macro
/linux/kernel/sched/
H A Dsched.h2575 if (!(p->flags & PF_KTHREAD) && !task_cpu_possible(cpu, p)) in task_allowed_on_cpu()