/linux/kernel/cgroup/ |
A D | debug.c | 43 struct css_set *cset; in current_css_set_read() local 53 cset = task_css_set(current); in current_css_set_read() 56 if (refcnt > cset->nr_tasks) in current_css_set_read() 64 css = cset->subsys[ss->id]; in current_css_set_read() 90 struct css_set *cset; in current_css_set_cg_links_read() local 99 cset = task_css_set(current); in current_css_set_cg_links_read() 123 struct css_set *cset = link->cset; in cgroup_css_links_read() local 133 if (rcu_dereference_protected(cset->dom_cset, 1) != cset) { in cgroup_css_links_read() 157 if (cset == &init_css_set) in cgroup_css_links_read() 180 if (cset->dead) { in cgroup_css_links_read() [all …]
|
A D | cgroup.c | 783 return cset->dom_cset != cset; in css_set_threaded() 1177 link->cset = cset; in link_css_set() 1216 if (cset) in find_css_set() 1223 cset = kzalloc(sizeof(*cset), GFP_KERNEL); in find_css_set() 1234 cset->dom_cset = cset; in find_css_set() 2439 cset = list_next_entry(cset, mg_node); in cgroup_taskset_next() 4550 cset = link->cset; in css_task_iter_next_css_set() 6131 kargs->cset = cset; in cgroup_css_set_fork() 6169 kargs->cset = find_css_set(cset, dst_cgrp); in cgroup_css_set_fork() 6207 struct css_set *cset = kargs->cset; in cgroup_css_set_put_fork() local [all …]
|
A D | cgroup-internal.h | 98 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()
|
A D | namespace.c | 56 struct css_set *cset; in copy_cgroup_ns() local 75 cset = task_css_set(current); in copy_cgroup_ns() 76 get_css_set(cset); in copy_cgroup_ns() 81 put_css_set(cset); in copy_cgroup_ns() 88 new_ns->root_cset = cset; in copy_cgroup_ns()
|
A D | pids.c | 218 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork() argument 224 if (cset) in pids_can_fork() 225 css = cset->subsys[pids_cgrp_id]; in pids_can_fork() 242 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork() argument 247 if (cset) in pids_cancel_fork() 248 css = cset->subsys[pids_cgrp_id]; in pids_cancel_fork()
|
A D | cgroup-v1.c | 116 cgroup_migrate_add_src(link->cset, to, &mgctx); in cgroup_transfer_tasks()
|
/linux/drivers/of/ |
A D | overlay.c | 75 struct of_changeset cset; member 357 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property() 360 ret = of_changeset_update_property(&ovcs->cset, target->np, in add_changeset_property() 442 ret = of_changeset_attach_node(&ovcs->cset, tchild); in add_changeset_node() 616 list_for_each_entry(ce_1, &ovcs->cset.entries, node) { in changeset_dup_entry_check() 758 of_changeset_init(&ovcs->cset); in init_overlay_changeset() 852 if (ovcs->cset.entries.next) in free_overlay_changeset() 853 of_changeset_destroy(&ovcs->cset); in free_overlay_changeset() 982 ret = __of_changeset_apply_notify(&ovcs->cset); in of_overlay_apply() 1115 list_for_each_entry(ce, &ovcs->cset.entries, node) { in node_overlaps_later_cs() [all …]
|
/linux/sound/soc/qcom/qdsp6/ |
A D | q6afe.c | 1111 struct afe_clk_set cset = {0,}; in q6afe_set_lpass_clock() local 1114 cset.clk_id = clk_id; in q6afe_set_lpass_clock() 1115 cset.clk_freq_in_hz = freq; in q6afe_set_lpass_clock() 1116 cset.clk_attri = attri; in q6afe_set_lpass_clock() 1117 cset.clk_root = clk_root; in q6afe_set_lpass_clock() 1118 cset.enable = !!freq; in q6afe_set_lpass_clock() 1164 cset.clk_id = clk_id; in q6afe_port_set_sysclk() 1165 cset.clk_freq_in_hz = freq; in q6afe_port_set_sysclk() 1166 cset.clk_attri = clk_src; in q6afe_port_set_sysclk() 1167 cset.clk_root = clk_root; in q6afe_port_set_sysclk() [all …]
|
/linux/arch/arm64/boot/dts/renesas/ |
A D | rzg2l-smarc.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/drivers/xen/ |
A D | sys-hypervisor.c | 272 char *cset; in changeset_show() local 274 cset = kmalloc(XEN_CHANGESET_INFO_LEN, GFP_KERNEL); in changeset_show() 275 if (cset) { in changeset_show() 276 ret = HYPERVISOR_xen_version(XENVER_changeset, cset); in changeset_show() 278 ret = sprintf(buffer, "%s\n", cset); in changeset_show() 279 kfree(cset); in changeset_show()
|
/linux/drivers/video/console/ |
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() 470 npregs->cset.topscan = 0x3ff; in newport_switch() 597 npregs->cset.topscan = (topscan - 1) & 0x3ff; in newport_scroll()
|
/linux/include/video/ |
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/kernel/ |
A D | signal32.c | 51 compat_sigset_t cset; in put_sigset_t() local 53 cset.sig[0] = set->sig[0] & 0xffffffffull; in put_sigset_t() 54 cset.sig[1] = set->sig[0] >> 32; in put_sigset_t() 56 return copy_to_user(uset, &cset, sizeof(*uset)); in put_sigset_t()
|
/linux/include/linux/ |
A D | cgroup-defs.h | 641 struct css_set *cset); 642 void (*cancel_fork)(struct task_struct *task, struct css_set *cset);
|
A D | cgroup.h | 612 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy() local 614 return cgroup_is_descendant(cset->dfl_cgrp, ancestor); in task_under_cgroup_hierarchy()
|
/linux/arch/x86/kernel/ |
A D | signal.c | 767 compat_sigset_t *cset = (compat_sigset_t *) set; in setup_rt_frame() local 775 return ia32_setup_rt_frame(usig, ksig, cset, regs); in setup_rt_frame() 777 return ia32_setup_frame(usig, ksig, cset, regs); in setup_rt_frame() 779 return x32_setup_rt_frame(ksig, cset, regs); in setup_rt_frame()
|
/linux/include/linux/sched/ |
A D | task.h | 36 struct css_set *cset; member
|
/linux/arch/arm64/lib/ |
A D | memcmp.S | 112 cset result, ne
|
A D | strcmp.S | 92 cset result, ne
|
A D | strncmp.S | 125 cset result, ne
|
/linux/Documentation/admin-guide/ |
A D | bcache.rst | 92 You can also control them through /sys/fs//bcache/<cset-uuid>/ . 407 (if attached) /sys/fs/bcache/<cset-uuid>/bdev* 517 Available at /sys/fs/bcache/<cset-uuid>
|
/linux/arch/arm64/crypto/ |
A D | aes-neonbs-core.S | 886 cset x26, ne
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | cpusets.rst | 723 - via the python application cset.
|
/linux/kernel/sched/ |
A D | core.c | 4437 tg = container_of(kargs->cset->subsys[cpu_cgrp_id], in sched_post_fork()
|