task_cpu_possible
# define task_cpu_possible(cpu, p) true
# define task_cpu_possible(cpu, p) cpumask_test_cpu((cpu), task_cpu_possible_mask(p))