Home
last modified time | relevance | path

Searched defs:tset (Results 1 – 9 of 9) sorted by relevance

/kernel/sched/
Dext.h86 static inline int scx_cgroup_can_attach(struct cgroup_taskset *tset) { return 0; } in scx_cgroup_can_attach()
89 static inline void scx_cgroup_cancel_attach(struct cgroup_taskset *tset) {} in scx_cgroup_cancel_attach()
Dcore.c10174 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach()
10188 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach()
10201 static void cpu_cgroup_cancel_attach(struct cgroup_taskset *tset) in cpu_cgroup_cancel_attach()
Dext.c3990 int scx_cgroup_can_attach(struct cgroup_taskset *tset) in scx_cgroup_can_attach()
4060 void scx_cgroup_cancel_attach(struct cgroup_taskset *tset) in scx_cgroup_cancel_attach()
/kernel/cgroup/
Dcgroup-internal.h146 struct cgroup_taskset tset; member
152 #define CGROUP_TASKSET_INIT(tset) \ argument
Dpids.c200 static int pids_can_attach(struct cgroup_taskset *tset) in pids_can_attach()
225 static void pids_cancel_attach(struct cgroup_taskset *tset) in pids_cancel_attach()
Dlegacy_freezer.c162 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
Dcpuset.c2948 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach()
3023 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach()
3071 static void cpuset_attach(struct cgroup_taskset *tset) in cpuset_attach()
Dcgroup.c2553 struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset, in cgroup_taskset_first()
2571 struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, in cgroup_taskset_next()
2621 struct cgroup_taskset *tset = &mgctx->tset; in cgroup_migrate_execute() local
/kernel/events/
Dcore.c14339 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()