Home
last modified time | relevance | path

Searched refs:cset (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/kernel/cgroup/
A Ddebug.c43 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 Dcgroup.c790 return cset->dom_cset != cset; in css_set_threaded()
1184 link->cset = cset; in link_css_set()
1223 if (cset) in find_css_set()
1230 cset = kzalloc(sizeof(*cset), GFP_KERNEL); in find_css_set()
1241 cset->dom_cset = cset; in find_css_set()
2545 cset = list_next_entry(cset, mg_node); in cgroup_taskset_next()
4763 cset = link->cset; in css_task_iter_next_css_set()
6393 kargs->cset = cset; in cgroup_css_set_fork()
6445 kargs->cset = find_css_set(cset, dst_cgrp); in cgroup_css_set_fork()
6483 struct css_set *cset = kargs->cset; in cgroup_css_set_put_fork() local
[all …]
A Dcgroup-internal.h97 struct css_set *cset; member
194 void put_css_set_locked(struct css_set *cset);
196 static inline void put_css_set(struct css_set *cset) in put_css_set() argument
205 if (refcount_dec_not_one(&cset->refcount)) in put_css_set()
209 put_css_set_locked(cset); in put_css_set()
216 static inline void get_css_set(struct css_set *cset) in get_css_set() argument
218 refcount_inc(&cset->refcount); in get_css_set()
A Dnamespace.c56 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 Dpids.c238 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork() argument
244 if (cset) in pids_can_fork()
245 css = cset->subsys[pids_cgrp_id]; in pids_can_fork()
262 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork() argument
267 if (cset) in pids_cancel_fork()
268 css = cset->subsys[pids_cgrp_id]; in pids_cancel_fork()
A Dcgroup-v1.c116 cgroup_migrate_add_src(link->cset, to, &mgctx); in cgroup_transfer_tasks()
/linux-6.3-rc2/drivers/of/
A Doverlay.c79 struct of_changeset cset; member
353 ret = of_changeset_add_property(&ovcs->cset, target->np, in add_changeset_property()
356 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()
612 list_for_each_entry(ce_1, &ovcs->cset.entries, node) { in changeset_dup_entry_check()
755 of_changeset_init(&ovcs->cset); in init_overlay_changeset()
840 if (ovcs->cset.entries.next) in free_overlay_changeset()
841 of_changeset_destroy(&ovcs->cset); in free_overlay_changeset()
933 ret = __of_changeset_apply_notify(&ovcs->cset); in of_overlay_apply()
1097 list_for_each_entry(ce, &ovcs->cset.entries, node) { in node_overlaps_later_cs()
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/
A Drz-smarc-common.dtsi16 * 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-6.3-rc2/sound/soc/qcom/qdsp6/
A Dq6afe.c1111 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-6.3-rc2/drivers/xen/
A Dsys-hypervisor.c274 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-6.3-rc2/drivers/video/console/
A Dnewport_con.c189 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()
598 npregs->cset.topscan = (topscan - 1) & 0x3ff; in newport_scroll()
/linux-6.3-rc2/include/video/
A Dnewport.h291 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-6.3-rc2/arch/arm64/kernel/
A Dsignal32.c51 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-6.3-rc2/include/linux/
A Dcgroup-defs.h670 struct css_set *cset);
671 void (*cancel_fork)(struct task_struct *task, struct css_set *cset);
A Dcgroup.h553 struct css_set *cset = task_css_set(task); in task_under_cgroup_hierarchy() local
555 return cgroup_is_descendant(cset->dfl_cgrp, ancestor); in task_under_cgroup_hierarchy()
/linux-6.3-rc2/include/linux/sched/
A Dtask.h40 struct css_set *cset; member
/linux-6.3-rc2/arch/arm64/lib/
A Dmemcmp.S112 cset result, ne
A Dstrncmp.S132 cset result, ne
/linux-6.3-rc2/Documentation/admin-guide/
A Dbcache.rst92 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-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst723 - via the python application cset.
/linux-6.3-rc2/kernel/sched/
A Dcore.c4731 tg = container_of(kargs->cset->subsys[cpu_cgrp_id], in sched_cgroup_fork()

Completed in 91 milliseconds