Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
Dext.h94 static inline int scx_cgroup_can_attach(struct cgroup_taskset *tset) { return 0; } in scx_cgroup_can_attach()
97 static inline void scx_cgroup_cancel_attach(struct cgroup_taskset *tset) {} in scx_cgroup_cancel_attach()
Dcore.c9201 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach()
9215 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach()
9226 static void cpu_cgroup_cancel_attach(struct cgroup_taskset *tset) in cpu_cgroup_cancel_attach()
Dext.c3980 int scx_cgroup_can_attach(struct cgroup_taskset *tset) in scx_cgroup_can_attach()
4050 void scx_cgroup_cancel_attach(struct cgroup_taskset *tset) in scx_cgroup_cancel_attach()
/linux-6.15/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.c168 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach()
Dcpuset.c2978 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach()
3053 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach()
3101 static void cpuset_attach(struct cgroup_taskset *tset) in cpuset_attach()
Dcgroup.c2540 struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset, in cgroup_taskset_first()
2557 struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, in cgroup_taskset_next()
2606 struct cgroup_taskset *tset = &mgctx->tset; in cgroup_migrate_execute() local
/linux-6.15/net/core/
Dnetclassid_cgroup.c105 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.15/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.15/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.15/mm/
Dmemcontrol.c3988 static void mem_cgroup_lru_gen_attach(struct cgroup_taskset *tset) in mem_cgroup_lru_gen_attach()
4006 static void mem_cgroup_lru_gen_attach(struct cgroup_taskset *tset) {} in mem_cgroup_lru_gen_attach()
4009 static void mem_cgroup_kmem_attach(struct cgroup_taskset *tset) in mem_cgroup_kmem_attach()
4020 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach()
/linux-6.15/kernel/events/
Dcore.c14594 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach()