Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Dcore.c2194 static int __set_cpus_allowed_ptr(struct task_struct *p,
2246 __set_cpus_allowed_ptr(p, &p->cpus_mask, SCA_MIGRATE_ENABLE); in migrate_enable()
2957 static int __set_cpus_allowed_ptr(struct task_struct *p, in __set_cpus_allowed_ptr() function
2969 return __set_cpus_allowed_ptr(p, new_mask, 0); in set_cpus_allowed_ptr()
3579 static inline int __set_cpus_allowed_ptr(struct task_struct *p, in __set_cpus_allowed_ptr() function
8159 retval = __set_cpus_allowed_ptr(p, new_mask, SCA_CHECK | SCA_USER); in __sched_setaffinity()