Searched refs:do_set_cpus_allowed (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsched.h1755 /* do_set_cpus_allowed() - consider using set_cpus_allowed_ptr() instead */
1756 extern void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask);
1772 static inline void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask) function
/linux-master/kernel/
H A Dkthread.c530 do_set_cpus_allowed(p, mask);
/linux-master/kernel/sched/
H A Dcore.c2802 void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask) function
2827 * See do_set_cpus_allowed() above for the rcu_head usage.
2862 * do_set_cpus_allowed().
3603 do_set_cpus_allowed(p, task_cpu_possible_mask(p));
9288 * in that case do_set_cpus_allowed() will not do the right thing.
/linux-master/kernel/cgroup/
H A Dcpuset.c4791 do_set_cpus_allowed(tsk, cs_mask);

Completed in 1985 milliseconds