Searched refs:set_cpus_allowed (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
H A Dloongson2_cpufreq.c16 #include <linux/sched.h> /* set_cpus_allowed() */
H A Dsh-cpufreq.c26 #include <linux/sched.h> /* set_cpus_allowed() */
/linux-4.1.27/arch/mips/include/asm/
H A Dswitch_to.h55 * We're not calling set_cpus_allowed() here, because we have no need to
/linux-4.1.27/arch/ia64/kernel/
H A Dsalinfo.c13 * Replace IPI with set_cpus_allowed() to read a record from the required cpu.
/linux-4.1.27/kernel/
H A Dkthread.c345 * Description: This function is equivalent to set_cpus_allowed(),
/linux-4.1.27/kernel/sched/
H A Dsched.h1193 void (*set_cpus_allowed)(struct task_struct *p, member in struct:sched_class
H A Ddeadline.c1792 .set_cpus_allowed = set_cpus_allowed_dl,
H A Drt.c2314 .set_cpus_allowed = set_cpus_allowed_rt,
H A Dcore.c4758 if (p->sched_class->set_cpus_allowed) do_set_cpus_allowed()
4759 p->sched_class->set_cpus_allowed(p, new_mask); do_set_cpus_allowed()
4830 * this because either it can't run here any more (set_cpus_allowed()
/linux-4.1.27/include/linux/
H A Dsched.h2153 static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) set_cpus_allowed() function

Completed in 505 milliseconds