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

/include/linux/
H A Dsched.h2061 const struct cpumask *new_mask);
2064 const struct cpumask *new_mask);
2067 const struct cpumask *new_mask)
2071 const struct cpumask *new_mask)
2073 if (!cpumask_test_cpu(0, new_mask))
2088 static inline int set_cpus_allowed(struct task_struct *p, cpumask_t new_mask) argument
2090 return set_cpus_allowed_ptr(p, &new_mask);
2956 extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
2066 do_set_cpus_allowed(struct task_struct *p, const struct cpumask *new_mask) argument
2070 set_cpus_allowed_ptr(struct task_struct *p, const struct cpumask *new_mask) argument

Completed in 65 milliseconds