Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1690 extern int task_can_attach(struct task_struct *p, const struct cpumask *cs_effective_cpus);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6876 const struct cpumask *cs_effective_cpus) in task_can_attach() argument
6895 cs_effective_cpus)) { in task_can_attach()
6896 int cpu = cpumask_any_and(cpu_active_mask, cs_effective_cpus); in task_can_attach()