/linux-6.3-rc2/kernel/cgroup/ |
A D | cgroup-internal.h | 144 struct cgroup_taskset tset; member 150 #define CGROUP_TASKSET_INIT(tset) \ argument 152 .src_csets = LIST_HEAD_INIT(tset.src_csets), \ 153 .dst_csets = LIST_HEAD_INIT(tset.dst_csets), \ 154 .csets = &tset.src_csets, \ 161 CGROUP_TASKSET_INIT(name.tset), \
|
A D | pids.c | 191 static int pids_can_attach(struct cgroup_taskset *tset) in pids_can_attach() argument 196 cgroup_taskset_for_each(task, dst_css, tset) { in pids_can_attach() 216 static void pids_cancel_attach(struct cgroup_taskset *tset) in pids_cancel_attach() argument 221 cgroup_taskset_for_each(task, dst_css, tset) { in pids_cancel_attach()
|
A D | cgroup.c | 2500 tset->cur_cset = list_first_entry(tset->csets, struct css_set, mg_node); in cgroup_taskset_first() 2563 struct cgroup_taskset *tset = &mgctx->tset; in cgroup_migrate_execute() local 2570 if (tset->nr_tasks) { in cgroup_migrate_execute() 2573 tset->ssid = ssid; in cgroup_migrate_execute() 2615 tset->csets = &tset->dst_csets; in cgroup_migrate_execute() 2617 if (tset->nr_tasks) { in cgroup_migrate_execute() 2620 tset->ssid = ssid; in cgroup_migrate_execute() 2621 ss->attach(tset); in cgroup_migrate_execute() 2642 list_splice_init(&tset->dst_csets, &tset->src_csets); in cgroup_migrate_execute() 2654 tset->nr_tasks = 0; in cgroup_migrate_execute() [all …]
|
A D | legacy_freezer.c | 158 static void freezer_attach(struct cgroup_taskset *tset) in freezer_attach() argument 175 cgroup_taskset_for_each(task, new_css, tset) { in freezer_attach()
|
A D | cpuset.c | 2449 static int cpuset_can_attach(struct cgroup_taskset *tset) in cpuset_can_attach() argument 2457 cpuset_attach_old_cs = task_cs(cgroup_taskset_first(tset, &css)); in cpuset_can_attach() 2474 cgroup_taskset_for_each(task, css, tset) { in cpuset_can_attach() 2494 static void cpuset_cancel_attach(struct cgroup_taskset *tset) in cpuset_cancel_attach() argument 2498 cgroup_taskset_first(tset, &css); in cpuset_cancel_attach() 2512 static void cpuset_attach(struct cgroup_taskset *tset) in cpuset_attach() argument 2523 cgroup_taskset_first(tset, &css); in cpuset_attach() 2546 cgroup_taskset_for_each(task, css, tset) { in cpuset_attach() 2571 cgroup_taskset_for_each_leader(leader, css, tset) { in cpuset_attach()
|
/linux-6.3-rc2/include/linux/ |
A D | cgroup.h | 154 struct task_struct *cgroup_taskset_first(struct cgroup_taskset *tset, 156 struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset, 287 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 288 for ((task) = cgroup_taskset_first((tset), &(dst_css)); \ 290 (task) = cgroup_taskset_next((tset), &(dst_css))) 301 #define cgroup_taskset_for_each_leader(leader, dst_css, tset) \ argument 302 for ((leader) = cgroup_taskset_first((tset), &(dst_css)); \ 304 (leader) = cgroup_taskset_next((tset), &(dst_css))) \
|
A D | cgroup-defs.h | 665 int (*can_attach)(struct cgroup_taskset *tset); 666 void (*cancel_attach)(struct cgroup_taskset *tset); 667 void (*attach)(struct cgroup_taskset *tset);
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | fsmc_nand.c | 111 u8 tset; member 266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local 273 tset = (tims->tset & FSMC_TSET_MASK) << FSMC_TSET_SHIFT; in fsmc_nand_setup() 289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local 321 tset = max(sdrt->tCS_min - sdrt->tWP_min, in fsmc_calc_timings() 323 tims->tset = DIV_ROUND_UP(tset / 1000, hclkn) - 1; in fsmc_calc_timings() 324 if (tims->tset == 0) in fsmc_calc_timings() 325 tims->tset = 1; in fsmc_calc_timings() 326 else if (tims->tset > FSMC_TSET_MASK) in fsmc_calc_timings() 327 tims->tset = FSMC_TSET_MASK; in fsmc_calc_timings() [all …]
|
/linux-6.3-rc2/net/core/ |
A D | netclassid_cgroup.c | 99 static void cgrp_attach(struct cgroup_taskset *tset) in cgrp_attach() argument 104 cgroup_taskset_for_each(p, css, tset) { in cgrp_attach()
|
A D | netprio_cgroup.c | 229 static void net_prio_attach(struct cgroup_taskset *tset) in net_prio_attach() argument 234 cgroup_taskset_for_each(p, css, tset) { in net_prio_attach()
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | cgroups.rst | 594 ``int can_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)`` 599 @tset contains the tasks to be attached and is guaranteed to have at 604 - @tset contains all tasks from the thread group whether or not 608 Each @tset entry also contains the task's old cgroup and tasks which 629 ``void cancel_attach(struct cgroup *cgrp, struct cgroup_taskset *tset)`` 638 ``void attach(struct cgroup *cgrp, struct cgroup_taskset *tset)``
|
/linux-6.3-rc2/mm/ |
A D | memcontrol.c | 6098 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach() argument 6119 cgroup_taskset_for_each_leader(leader, css, tset) { in mem_cgroup_can_attach() 6168 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach() argument 6334 static int mem_cgroup_can_attach(struct cgroup_taskset *tset) in mem_cgroup_can_attach() argument 6338 static void mem_cgroup_cancel_attach(struct cgroup_taskset *tset) in mem_cgroup_cancel_attach() argument 6347 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach() argument 6353 cgroup_taskset_for_each_leader(task, css, tset) in mem_cgroup_attach() 6365 static void mem_cgroup_attach(struct cgroup_taskset *tset) in mem_cgroup_attach() argument
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sm7225-fairphone-fp4.dts | 412 awinic,tset = /bits/ 8 <0x12>;
|
/linux-6.3-rc2/kernel/sched/ |
A D | core.c | 10458 static int cpu_cgroup_can_attach(struct cgroup_taskset *tset) in cpu_cgroup_can_attach() argument 10463 cgroup_taskset_for_each(task, css, tset) { in cpu_cgroup_can_attach() 10471 static void cpu_cgroup_attach(struct cgroup_taskset *tset) in cpu_cgroup_attach() argument 10476 cgroup_taskset_for_each(task, css, tset) in cpu_cgroup_attach()
|
/linux-6.3-rc2/kernel/events/ |
A D | core.c | 13745 static void perf_cgroup_attach(struct cgroup_taskset *tset) in perf_cgroup_attach() argument 13750 cgroup_taskset_for_each(task, css, tset) in perf_cgroup_attach()
|