Home
last modified time | relevance | path

Searched refs:dst_cgrp (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/trace/events/
H A Dcgroup.h122 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
125 TP_ARGS(dst_cgrp, path, task, threadgroup),
137 __entry->dst_root = dst_cgrp->root->hierarchy_id;
138 __entry->dst_id = cgroup_id(dst_cgrp);
139 __entry->dst_level = dst_cgrp->level;
152 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
155 TP_ARGS(dst_cgrp, path, task, threadgroup)
160 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
163 TP_ARGS(dst_cgrp, path, task, threadgroup)
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c65 int BPF_PROG(counter, struct cgroup *dst_cgrp, struct task_struct *leader, in BPF_PROG() argument
68 __u64 cg_id = cgroup_id(dst_cgrp); in BPF_PROG()
78 cgroup_rstat_updated(dst_cgrp, bpf_get_smp_processor_id()); in BPF_PROG()
/linux-6.15/kernel/cgroup/
H A Dcgroup-internal.h242 int cgroup_migrate_vet_dst(struct cgroup *dst_cgrp);
244 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,
250 int cgroup_attach_task(struct cgroup *dst_cgrp, struct task_struct *leader,
H A Dcgroup.c2714 if (!cgroup_on_dfl(dst_cgrp)) in cgroup_migrate_vet_dst()
2725 if (cgroup_can_be_thread_root(dst_cgrp) || cgroup_is_threaded(dst_cgrp)) in cgroup_migrate_vet_dst()
2729 if (dst_cgrp->subtree_control) in cgroup_migrate_vet_dst()
5178 struct cgroup *dst_cgrp, in cgroup_procs_write_permission() argument
5240 if (!dst_cgrp) in __cgroup_procs_write()
6555 if (IS_ERR(dst_cgrp)) { in cgroup_css_set_fork()
6556 ret = PTR_ERR(dst_cgrp); in cgroup_css_set_fork()
6557 dst_cgrp = NULL; in cgroup_css_set_fork()
6602 kargs->cgrp = dst_cgrp; in cgroup_css_set_fork()
6608 if (dst_cgrp) in cgroup_css_set_fork()
[all …]