Home
last modified time | relevance | path

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

/linux-6.6.21/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.c169 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
Dcpuset.c2537 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach()
2613 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach()
2663 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-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/mm/
Dmemcontrol.c6132 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach()
6202 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach()
6369 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach()
6373 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach()
6382 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach()
6400 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach()
/linux-6.6.21/kernel/sched/
Dcore.c10606 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach()
10619 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach()
/linux-6.6.21/kernel/events/
Dcore.c13847 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()