Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dsyscalls.c1176 retval = __set_cpus_allowed_ptr(p, ctx); in __sched_setaffinity()
1203 __set_cpus_allowed_ptr(p, ctx); in __sched_setaffinity()
H A Dsched.h2564 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx);
2618 static inline int __set_cpus_allowed_ptr(struct task_struct *p, in __set_cpus_allowed_ptr() function
H A Dcore.c2419 __set_cpus_allowed_ptr(p, &ac); in migrate_enable()
3156 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr() function
3181 return __set_cpus_allowed_ptr(p, &ac); in set_cpus_allowed_ptr()