| /linux/kernel/cgroup/ |
| H A D | debug.c | 43 struct css_set *cset; in current_css_set_read() local 52 cset = task_css_set(current); in current_css_set_read() 53 refcnt = refcount_read(&cset->refcount); in current_css_set_read() 54 seq_printf(seq, "css_set %pK %d", cset, refcnt); in current_css_set_read() 55 if (refcnt > cset->nr_tasks) in current_css_set_read() 56 seq_printf(seq, " +%d", refcnt - cset->nr_tasks); in current_css_set_read() 63 css = cset->subsys[ss->id]; in current_css_set_read() 88 struct css_set *cset; in current_css_set_cg_links_read() local 96 cset = task_css_set(current); in current_css_set_cg_links_read() 97 list_for_each_entry(link, &cset->cgrp_links, cgrp_link) { in current_css_set_cg_links_read() [all …]
|
| H A D | cgroup.c | 619 count += link->cset->nr_tasks; in __cgroup_task_count() 742 static bool css_set_threaded(struct css_set *cset) in css_set_threaded() argument 744 return cset->dom_cset != cset; in css_set_threaded() 756 static bool css_set_populated(struct css_set *cset) in css_set_populated() argument 760 return !list_empty(&cset->tasks) || !list_empty(&cset->mg_tasks); in css_set_populated() 830 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated() argument 836 list_for_each_entry(link, &cset->cgrp_links, cgrp_link) in css_set_update_populated() 846 static void css_set_skip_task_iters(struct css_set *cset, in css_set_skip_task_iters() argument 851 list_for_each_entry_safe(it, pos, &cset->task_iters, iters_node) in css_set_skip_task_iters() 926 void put_css_set_locked(struct css_set *cset) in put_css_set_locked() argument [all …]
|
| H A D | namespace.c | 54 struct css_set *cset; in copy_cgroup_ns() local 73 cset = task_css_set(current); in copy_cgroup_ns() 74 get_css_set(cset); in copy_cgroup_ns() 79 put_css_set(cset); in copy_cgroup_ns() 86 new_ns->root_cset = cset; in copy_cgroup_ns()
|
| H A D | pids.c | 273 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork() argument 278 pids = css_pids(cset->subsys[pids_cgrp_id]); in pids_can_fork() 286 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork() argument 290 pids = css_pids(cset->subsys[pids_cgrp_id]); in pids_cancel_fork()
|
| H A D | cpuset.c | 3569 static int cpuset_can_fork(struct task_struct *task, struct css_set *cset) in cpuset_can_fork() argument 3571 struct cpuset *cs = css_cs(cset->subsys[cpuset_cgrp_id]); in cpuset_can_fork() 3608 static void cpuset_cancel_fork(struct task_struct *task, struct css_set *cset) in cpuset_cancel_fork() argument 3610 struct cpuset *cs = css_cs(cset->subsys[cpuset_cgrp_id]); in cpuset_cancel_fork()
|
| H A D | cgroup-v1.c | 126 cgroup_migrate_add_src(link->cset, to, &mgctx); in cgroup_transfer_tasks()
|
| /linux/drivers/of/ |
| H A D | overlay.c | 79 struct of_changeset cset; member 356 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property() 359 ret = of_changeset_update_property(&ovcs->cset, target->np, in add_changeset_property() 438 ret = of_changeset_attach_node(&ovcs->cset, tchild); in add_changeset_node() 538 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) { in find_dup_cset_node_entry() 572 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) { in find_dup_cset_prop() 610 list_for_each_entry(ce_1, &ovcs->cset.entries, node) { in changeset_dup_entry_check() 854 if (ovcs->cset.entries.next) in free_overlay_changeset() 855 of_changeset_destroy(&ovcs->cset); in free_overlay_changeset() 939 ret = __of_changeset_apply_entries(&ovcs->cset, &ret_revert); in of_overlay_apply() [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | rz-smarc-common.dtsi | 16 * amixer cset name='Left Input Mixer L2 Switch' on 17 * amixer cset name='Right Input Mixer R2 Switch' on 18 * amixer cset name='Headphone Playback Volume' 100 19 * amixer cset name='PCM Volume' 100% 20 * amixer cset name='Input PGA Volume' 25
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6afe.c | 1202 struct afe_clk_set cset = {0,}; in q6afe_set_lpass_clock() 1204 cset.clk_set_minor_version = AFE_API_VERSION_CLOCK_SET; in q6afe_set_lpass_clock() 1205 cset.clk_id = clk_id; in q6afe_set_lpass_clock() 1206 cset.clk_freq_in_hz = freq; in q6afe_set_lpass_clock() 1207 cset.clk_attri = attri; in q6afe_set_lpass_clock() 1208 cset.clk_root = clk_root; in q6afe_set_lpass_clock() 1209 cset.enable = !!freq; 1211 return q6afe_set_param(afe, NULL, &cset, AFE_PARAM_ID_CLOCK_SET, in q6afe_port_set_sysclk() 1212 AFE_MODULE_CLOCK_SET, sizeof(cset), in q6afe_port_set_sysclk() 1222 struct afe_clk_set cset in q6afe_port_set_sysclk() 1196 struct afe_clk_set cset = {0,}; q6afe_set_lpass_clock() local 1216 struct afe_clk_set cset = {0,}; q6afe_port_set_sysclk() local [all...] |
| /linux/drivers/xen/ |
| H A D | sys-hypervisor.c | 274 char *cset; in changeset_show() local 276 cset = kmalloc(XEN_CHANGESET_INFO_LEN, GFP_KERNEL); in changeset_show() 277 if (cset) { in changeset_show() 278 ret = HYPERVISOR_xen_version(XENVER_changeset, cset); in changeset_show() 280 ret = sprintf(buffer, "%s\n", cset); in changeset_show() 281 kfree(cset); in changeset_show()
|
| /linux/include/video/ |
| H A D | newport.h | 291 struct newport_cregs cset; member 458 if (!(regs->cset.status & NPORT_STAT_GBUSY)) in newport_wait() 468 if(!(regs->cset.status & NPORT_STAT_BBUSY)) in newport_bfwait()
|
| /linux/arch/arm64/lib/ |
| H A D | memcmp.S | 112 cset result, ne
|
| H A D | strncmp.S | 132 cset result, ne
|
| /linux/drivers/cxl/core/ |
| H A D | region.c | 2597 int cset = 0; in cxl_region_update_coordinates() local 2603 cset++; in cxl_region_update_coordinates() 2607 if (!cset) in cxl_region_update_coordinates()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 728 - via the python application cset.
|
| /linux/kernel/sched/ |
| H A D | core.c | 4770 tg = container_of(kargs->cset->subsys[cpu_cgrp_id], in sched_cgroup_fork()
|