Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c1136 int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx) in __sched_setaffinity() function
1237 retval = __sched_setaffinity(p, &ac); in sched_setaffinity()
H A Dsched.h4168 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
H A Dcore.c3332 * Try to restore the old affinity mask with __sched_setaffinity(). in set_task_cpu()
3335 ret = __sched_setaffinity(p, &ac); in set_task_cpu()