| /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 | 655 count += link->cset->nr_tasks; in __cgroup_task_count() 804 static bool css_set_threaded(struct css_set *cset) in css_set_threaded() argument 806 return cset->dom_cset != cset; in css_set_threaded() 818 static bool css_set_populated(struct css_set *cset) in css_set_populated() argument 822 return !list_empty(&cset->tasks) || !list_empty(&cset->mg_tasks); in css_set_populated() 882 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated() argument 888 list_for_each_entry(link, &cset->cgrp_links, cgrp_link) in css_set_update_populated() 898 static void css_set_skip_task_iters(struct css_set *cset, in css_set_skip_task_iters() argument 903 list_for_each_entry_safe(it, pos, &cset->task_iters, iters_node) in css_set_skip_task_iters() 978 void put_css_set_locked(struct css_set *cset) in put_css_set_locked() argument [all …]
|
| H A D | cgroup-internal.h | 99 struct css_set *cset; member 197 void put_css_set_locked(struct css_set *cset); 199 static inline void put_css_set(struct css_set *cset) in put_css_set() argument 208 if (refcount_dec_not_one(&cset->refcount)) in put_css_set() 212 put_css_set_locked(cset); in put_css_set() 219 static inline void get_css_set(struct css_set *cset) in get_css_set() argument 221 refcount_inc(&cset->refcount); in get_css_set()
|
| 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 | 3768 static int cpuset_can_fork(struct task_struct *task, struct css_set *cset) in cpuset_can_fork() argument 3770 struct cpuset *cs = css_cs(cset->subsys[cpuset_cgrp_id]); in cpuset_can_fork() 3807 static void cpuset_cancel_fork(struct task_struct *task, struct css_set *cset) in cpuset_cancel_fork() argument 3809 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/pci/ |
| H A D | of.c | 670 struct of_changeset *cset; in of_pci_make_dev_node() local 699 cset = kmalloc(sizeof(*cset), GFP_KERNEL); in of_pci_make_dev_node() 700 if (!cset) in of_pci_make_dev_node() 702 of_changeset_init(cset); in of_pci_make_dev_node() 704 np = of_changeset_create_node(cset, ppnode, name); in of_pci_make_dev_node() 708 ret = of_pci_add_properties(pdev, cset, np); in of_pci_make_dev_node() 712 ret = of_changeset_apply(cset); in of_pci_make_dev_node() 716 np->data = cset; in of_pci_make_dev_node() 728 of_changeset_revert(cset); in of_pci_make_dev_node() 732 of_changeset_destroy(cset); in of_pci_make_dev_node() [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 | 1196 struct afe_clk_set cset = {0,}; in q6afe_set_lpass_clock() local 1198 cset.clk_set_minor_version = AFE_API_VERSION_CLOCK_SET; in q6afe_set_lpass_clock() 1199 cset.clk_id = clk_id; in q6afe_set_lpass_clock() 1200 cset.clk_freq_in_hz = freq; in q6afe_set_lpass_clock() 1201 cset.clk_attri = attri; in q6afe_set_lpass_clock() 1202 cset.clk_root = clk_root; in q6afe_set_lpass_clock() 1203 cset.enable = !!freq; in q6afe_set_lpass_clock() 1205 return q6afe_set_param(afe, NULL, &cset, AFE_PARAM_ID_CLOCK_SET, in q6afe_set_lpass_clock() 1206 AFE_MODULE_CLOCK_SET, sizeof(cset), in q6afe_set_lpass_clock() 1216 struct afe_clk_set cset = {0,}; in 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/drivers/video/console/ |
| H A D | newport_con.c | 189 npregs->cset.topscan = 0x3ff; in newport_reset() 190 npregs->cset.xywin = (4096 << 16) | 4096; in newport_reset() 251 rex3_rev = npregs->cset.status & NPORT_STAT_VERS; in newport_get_revisions() 304 npregs->cset.config = NPORT_CFG_GD0; in newport_startup() 467 npregs->cset.topscan = 0x3ff; in newport_switch() 599 npregs->cset.topscan = (topscan - 1) & 0x3ff; in newport_scroll()
|
| /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/include/linux/ |
| H A D | cgroup-defs.h | 784 struct css_set *cset); 785 void (*cancel_fork)(struct task_struct *task, struct css_set *cset);
|
| H A D | cgroup.h | 576 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy() local 578 return cgroup_is_descendant(cset->dfl_cgrp, ancestor); in task_under_cgroup_hierarchy()
|
| /linux/include/linux/sched/ |
| H A D | task.h | 45 struct css_set *cset; member
|
| /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 | 2494 int cset = 0; in cxl_region_update_coordinates() local 2500 cset++; in cxl_region_update_coordinates() 2504 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 | 4684 tg = container_of(kargs->cset->subsys[cpu_cgrp_id], in sched_cgroup_fork()
|