Searched refs:cs_cpus_allowed (Results 1 – 4 of 4) sorted by relevance
2713 int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed) in dl_task_can_attach() argument2721 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach()
317 extern int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);
6095 const struct cpumask *cs_cpus_allowed) in task_can_attach() argument6114 cs_cpus_allowed)) in task_can_attach()6115 ret = dl_task_can_attach(p, cs_cpus_allowed); in task_can_attach()
1571 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);