Home
last modified time | relevance | path

Searched refs:affinity_context (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c1136 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 Dcore.c2459 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx);
2463 struct affinity_context ac = { in migrate_disable_switch()
2481 struct affinity_context ac = { in ___migrate_enable()
2784 void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx) in set_cpus_allowed_common()
2803 do_set_cpus_allowed(struct task_struct *p, struct affinity_context *ctx) in do_set_cpus_allowed()
2815 struct affinity_context ac = { in set_cpus_allowed_force()
3123 struct affinity_context *ctx, in __set_cpus_allowed_ptr_locked()
3207 int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx) in __set_cpus_allowed_ptr()
3227 struct affinity_context ac = { in set_cpus_allowed_ptr()
3249 struct affinity_context ac = { in restrict_cpus_allowed_ptr()
[all …]
H A Dsched.h2616 struct affinity_context { struct
2703 void (*set_cpus_allowed)(struct task_struct *p, struct affinity_context *ctx);
2910 extern int __set_cpus_allowed_ptr(struct task_struct *p, struct affinity_context *ctx);
2911 extern void set_cpus_allowed_common(struct task_struct *p, struct affinity_context *ctx);
4207 extern int __sched_setaffinity(struct task_struct *p, struct affinity_context *ctx);
H A Ddeadline.c3325 struct affinity_context *ctx) in set_cpus_allowed_dl()
/linux/kernel/sched/ext/
H A Dext.c3609 struct affinity_context *ac) in set_cpus_allowed_scx()