Searched refs:affinity_context (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1130 int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx) in __sched_setaffinity() 1193 struct affinity_context ac; in sched_setaffinity() 1225 ac = (struct affinity_context){ in sched_setaffinity()
|
| H A D | core.c | 2351 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx); 2355 struct affinity_context ac = { in migrate_disable_switch() 2373 struct affinity_context ac = { in ___migrate_enable() 2676 void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_common() 2695 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx) in do_set_cpus_allowed() 2707 struct affinity_context ac = { in set_cpus_allowed_force() 3015 struct affinity_context *ctx, in __set_cpus_allowed_ptr_locked() 3099 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr() 3119 struct affinity_context ac = { in set_cpus_allowed_ptr() 3141 struct affinity_context ac = { in restrict_cpus_allowed_ptr() [all …]
|
| H A D | sched.h | 2489 struct affinity_context { struct 2587 void (*set_cpus_allowed)(struct task_struct *p, struct affinity_context *ctx); 2795 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx); 2796 extern void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx); 4061 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
|
| H A D | deadline.c | 3093 struct affinity_context *ctx) in set_cpus_allowed_dl()
|
| H A D | ext.c | 2653 struct affinity_context *ac) in set_cpus_allowed_scx()
|
| H A D | fair.c | 8727 static void set_cpus_allowed_fair(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_fair()
|