Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/cgroup/
Dpids.c191 static int pids_can_attach(struct cgroup_taskset *tset) in pids_can_attach()
216 static void pids_cancel_attach(struct cgroup_taskset *tset) in pids_cancel_attach()
Dcgroup-internal.h144 struct cgroup_taskset tset; member
150 #define CGROUP_TASKSET_INIT(tset) \ argument
Dlegacy_freezer.c163 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
Dcpuset.c2527 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach()
2603 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach()
2653 static void cpuset_attach(struct cgroup_taskset *tset) in cpuset_attach()
Dcgroup.c2444 struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset, in cgroup_taskset_first()
2461 struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, in cgroup_taskset_next()
2510 struct cgroup_taskset *tset = &mgctx->tset; in cgroup_migrate_execute() local
/Linux-v6.6/net/core/
Dnetclassid_cgroup.c99 static void cgrp_attach(struct cgroup_taskset *tset) in cgrp_attach()
Dnetprio_cgroup.c229 static void net_prio_attach(struct cgroup_taskset *tset) in net_prio_attach()
/Linux-v6.6/drivers/mtd/nand/raw/
Dfsmc_nand.c111 u8 tset; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local
/Linux-v6.6/include/linux/
Dcgroup.h286 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument
300 #define cgroup_taskset_for_each_leader(leader, dst_css, tset) \ argument
/Linux-v6.6/mm/
Dmemcontrol.c6131 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach()
6201 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach()
6368 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach()
6372 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach()
6381 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach()
6399 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach()
/Linux-v6.6/kernel/sched/
Dcore.c10603 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach()
10616 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach()
/Linux-v6.6/kernel/events/
Dcore.c13786 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()