Searched defs:tset (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/kernel/cgroup/ |
D | cgroup-internal.h | 126 struct cgroup_taskset tset; member 132 #define CGROUP_TASKSET_INIT(tset) \ argument
|
D | pids.c | 171 static int pids_can_attach(struct cgroup_taskset *tset) in pids_can_attach() 196 static void pids_cancel_attach(struct cgroup_taskset *tset) in pids_cancel_attach()
|
D | legacy_freezer.c | 158 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
|
D | cpuset.c | 2107 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach() 2146 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach() 2164 static void cpuset_attach(struct cgroup_taskset *tset) in cpuset_attach()
|
D | cgroup.c | 2326 struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset, in cgroup_taskset_first() 2343 struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, in cgroup_taskset_next() 2392 struct cgroup_taskset *tset = &mgctx->tset; in cgroup_migrate_execute() local
|
/Linux-v5.10/net/core/ |
D | netclassid_cgroup.c | 103 static void cgrp_attach(struct cgroup_taskset *tset) in cgrp_attach()
|
D | netprio_cgroup.c | 234 static void net_prio_attach(struct cgroup_taskset *tset) in net_prio_attach()
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | fsmc_nand.c | 102 u8 tset; member 257 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 280 u32 thiz, thold, twait, tset; in fsmc_calc_timings() local
|
/Linux-v5.10/include/linux/ |
D | cgroup.h | 284 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 298 #define cgroup_taskset_for_each_leader(leader, dst_css, tset) \ argument
|
/Linux-v5.10/block/ |
D | blk-cgroup.c | 1216 static int blkcg_can_attach(struct cgroup_taskset *tset) in blkcg_can_attach()
|
/Linux-v5.10/mm/ |
D | memcontrol.c | 5973 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach() 6043 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach() 6208 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach() 6212 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach()
|
/Linux-v5.10/kernel/sched/ |
D | core.c | 7657 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach() 7688 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach()
|
/Linux-v5.10/kernel/events/ |
D | core.c | 13066 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()
|