Searched refs:affinity_context (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | syscalls.c | 1136 int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx) in __sched_setaffinity() 1199 struct affinity_context ac; in sched_setaffinity() 1231 ac = (struct affinity_context){ in sched_setaffinity()
|
| H A D | core.c | 2409 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx); 2413 struct affinity_context ac = { in migrate_disable_switch() 2431 struct affinity_context ac = { in ___migrate_enable() 2734 void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_common() 2753 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx) in do_set_cpus_allowed() 2765 struct affinity_context ac = { in set_cpus_allowed_force() 3073 struct affinity_context *ctx, in __set_cpus_allowed_ptr_locked() 3157 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr() 3177 struct affinity_context ac = { in set_cpus_allowed_ptr() 3199 struct affinity_context ac = { in restrict_cpus_allowed_ptr() [all …]
|
| H A D | sched.h | 2511 struct affinity_context { struct 2609 void (*set_cpus_allowed)(struct task_struct *p, struct affinity_context *ctx); 2817 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx); 2818 extern void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx); 4091 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
|
| H A D | deadline.c | 3108 struct affinity_context *ctx) in set_cpus_allowed_dl()
|
| H A D | ext.c | 3371 struct affinity_context *ac) in set_cpus_allowed_scx()
|
| H A D | fair.c | 8970 static void set_cpus_allowed_fair(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_fair()
|