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

/linux-master/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-master/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c65 int BPF_PROG(counter, struct cgroup *dst_cgrp, struct task_struct *leader, argument
68 __u64 cg_id = cgroup_id(dst_cgrp);
78 cgroup_rstat_updated(dst_cgrp, bpf_get_smp_processor_id());
/linux-master/kernel/cgroup/
H A Dcgroup-internal.h239 int cgroup_migrate_vet_dst(struct cgroup *dst_cgrp);
241 void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp,
247 int cgroup_attach_task(struct cgroup *dst_cgrp, struct task_struct *leader,
H A Dcgroup.c2639 * @dst_cgrp: destination cgroup to test
2646 int cgroup_migrate_vet_dst(struct cgroup *dst_cgrp) argument
2649 if (!cgroup_on_dfl(dst_cgrp))
2652 /* verify @dst_cgrp can host resources */
2653 if (!cgroup_is_valid_domain(dst_cgrp->dom_cgrp))
2657 * If @dst_cgrp is already or can become a thread root or is
2660 if (cgroup_can_be_thread_root(dst_cgrp) || cgroup_is_threaded(dst_cgrp))
2664 if (dst_cgrp->subtree_control)
2709 * @dst_cgrp
2722 cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp, struct cgroup_mgctx *mgctx) argument
2866 cgroup_attach_task(struct cgroup *dst_cgrp, struct task_struct *leader, bool threadgroup) argument
2878 cgroup_migrate_add_src(task_css_set(task), dst_cgrp, &mgctx); local
5086 cgroup_procs_write_permission(struct cgroup *src_cgrp, struct cgroup *dst_cgrp, struct super_block *sb, struct cgroup_namespace *ns) argument
5117 cgroup_attach_permissions(struct cgroup *src_cgrp, struct cgroup *dst_cgrp, struct super_block *sb, bool threadgroup, struct cgroup_namespace *ns) argument
5142 struct cgroup *src_cgrp, *dst_cgrp; local
6393 struct cgroup *dst_cgrp = NULL; variable in typeref:struct:cgroup
6478 cgroup_put(dst_cgrp); variable
[all...]

Completed in 152 milliseconds