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

/linux-master/include/linux/
H A Dsched.h1759 /* do_set_cpus_allowed() - consider using set_cpus_allowed_ptr() instead */
1760 extern void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask);
1776 static inline void do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask) function
/linux-master/kernel/cgroup/
H A Dcpuset.c4753 do_set_cpus_allowed(tsk, cs_mask);
/linux-master/kernel/
H A Dkthread.c531 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));
9287 * in that case do_set_cpus_allowed() will not do the right thing.

Completed in 212 milliseconds