Searched refs:cs_cpus_allowed (Results 1 – 4 of 4) sorted by relevance
2820 int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed) in dl_task_can_attach() argument2828 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach()
347 extern int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);
6601 const struct cpumask *cs_cpus_allowed) in task_can_attach() argument6620 cs_cpus_allowed)) in task_can_attach()6621 ret = dl_task_can_attach(p, cs_cpus_allowed); in task_can_attach()
1652 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);