Searched refs:affinity_context (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1128 int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx) in __sched_setaffinity() 1191 struct affinity_context ac; in sched_setaffinity() 1223 ac = (struct affinity_context){ in sched_setaffinity()
|
| H A D | sched.h | 2418 struct affinity_context { struct 2525 void (*set_cpus_allowed)(struct task_struct *p, struct affinity_context *ctx); 2736 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx); 2737 extern void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx); 3943 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
|
| H A D | core.c | 2335 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx); 2339 struct affinity_context ac = { in migrate_disable_switch() 2357 struct affinity_context ac = { in ___migrate_enable() 2650 void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_common() 2669 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx) in do_set_cpus_allowed() 2681 struct affinity_context ac = { in set_cpus_allowed_force() 2990 struct affinity_context *ctx, in __set_cpus_allowed_ptr_locked() 3075 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr() 3095 struct affinity_context ac = { in set_cpus_allowed_ptr() 3117 struct affinity_context ac = { in restrict_cpus_allowed_ptr() [all …]
|
| H A D | deadline.c | 3059 struct affinity_context *ctx) in set_cpus_allowed_dl()
|
| H A D | ext.c | 2615 struct affinity_context *ac) in set_cpus_allowed_scx()
|
| H A D | fair.c | 8662 static void set_cpus_allowed_fair(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_fair()
|