Searched refs:cs_cpus_allowed (Results 1 – 4 of 4) sorted by relevance
2863 int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed) in dl_task_can_attach() argument2871 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach()
351 extern int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);
8705 const struct cpumask *cs_cpus_allowed) in task_can_attach() argument8724 cs_cpus_allowed)) in task_can_attach()8725 ret = dl_task_can_attach(p, cs_cpus_allowed); in task_can_attach()
1792 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);