Searched refs:cs_cpus_allowed (Results 1 – 4 of 4) sorted by relevance
2958 int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed) in dl_task_can_attach() argument2966 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach()
350 extern int dl_task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);
8684 const struct cpumask *cs_cpus_allowed) in task_can_attach() argument8703 cs_cpus_allowed)) in task_can_attach()8704 ret = dl_task_can_attach(p, cs_cpus_allowed); in task_can_attach()
1789 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_cpus_allowed);
Completed in 39 milliseconds