Home
last modified time | relevance | path

Searched refs:cs_effective_cpus (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dsched.h1849 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_effective_cpus);
/Linux-v6.1/kernel/sched/
Dcore.c9046 const struct cpumask *cs_effective_cpus) in task_can_attach() argument
9065 cs_effective_cpus)) { in task_can_attach()
9066 int cpu = cpumask_any_and(cpu_active_mask, cs_effective_cpus); in task_can_attach()