Searched refs:task_cpu_possible (Results 1 – 2 of 2) sorted by relevance
26 # define task_cpu_possible(cpu, p) true macro28 # define task_cpu_possible(cpu, p) cpumask_test_cpu((cpu), task_cpu_possible_mask(p)) macro
2290 return cpu_active(cpu) && task_cpu_possible(cpu, p); in is_cpu_allowed()
Completed in 24 milliseconds