Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/cgroup/
Dcgroup-internal.h126 struct cgroup_taskset tset; member
132 #define CGROUP_TASKSET_INIT(tset) \ argument
Dpids.c171 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()
Dlegacy_freezer.c158 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
Dcpuset.c2107 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()
Dcgroup.c2326 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/
Dnetclassid_cgroup.c103 static void cgrp_attach(struct cgroup_taskset *tset) in cgrp_attach()
Dnetprio_cgroup.c234 static void net_prio_attach(struct cgroup_taskset *tset) in net_prio_attach()
/Linux-v5.10/drivers/mtd/nand/raw/
Dfsmc_nand.c102 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/
Dcgroup.h284 #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/
Dblk-cgroup.c1216 static int blkcg_can_attach(struct cgroup_taskset *tset) in blkcg_can_attach()
/Linux-v5.10/mm/
Dmemcontrol.c5973 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/
Dcore.c7657 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/
Dcore.c13066 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()