Searched refs:affinity_context (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/kernel/sched/ |
| H A D | syscalls.c | 1153 int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx) in __sched_setaffinity() 1216 struct affinity_context ac; in sched_setaffinity() 1248 ac = (struct affinity_context){ in sched_setaffinity()
|
| H A D | sched.h | 2356 struct affinity_context { struct 2400 void (*set_cpus_allowed)(struct task_struct *p, struct affinity_context *ctx); 2564 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx); 2565 extern void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx); 2619 struct affinity_context *ctx) in __set_cpus_allowed_ptr() 3916 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
|
| H A D | core.c | 2349 __do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx); 2353 struct affinity_context ac = { in migrate_disable_switch() 2394 struct affinity_context ac = { in migrate_enable() 2717 __do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx) in __do_set_cpus_allowed() 2768 struct affinity_context ac = { in do_set_cpus_allowed() 3069 struct affinity_context *ctx, in __set_cpus_allowed_ptr_locked() 3156 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr() 3176 struct affinity_context ac = { in set_cpus_allowed_ptr() 3198 struct affinity_context ac = { in restrict_cpus_allowed_ptr() 3284 struct affinity_context ac = { in relax_compatible_cpus_allowed_ptr() [all …]
|
| H A D | deadline.c | 2888 struct affinity_context *ctx) in set_cpus_allowed_dl()
|
| H A D | ext.c | 3453 struct affinity_context *ac) in set_cpus_allowed_scx()
|
| H A D | fair.c | 8718 static void set_cpus_allowed_fair(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_fair()
|