Searched refs:cgroup_iter (Results 1 – 4 of 4) sorted by relevance
95 static void test_invalid_cgroup(struct cgroup_iter *skel) in test_invalid_cgroup()112 static void test_invalid_cgroup_spec(struct cgroup_iter *skel) in test_invalid_cgroup_spec()130 static void test_walk_preorder(struct cgroup_iter *skel) in test_walk_preorder()141 static void test_walk_postorder(struct cgroup_iter *skel) in test_walk_postorder()152 static void test_walk_ancestors_up(struct cgroup_iter *skel) in test_walk_ancestors_up()168 static void test_early_termination(struct cgroup_iter *skel) in test_early_termination()183 static void test_walk_self_only(struct cgroup_iter *skel) in test_walk_self_only()192 static void test_walk_dead_self_only(struct cgroup_iter *skel) in test_walk_dead_self_only()268 struct cgroup_iter *skel = NULL; in test_cgroup_iter()
168 bpf_program__set_autoload(skel->progs.cgroup_iter, true); in test_cgroup_iter_sleepable()178 link = bpf_program__attach_iter(skel->progs.cgroup_iter, &opts); in test_cgroup_iter_sleepable()
25 int cgroup_iter(struct bpf_iter__cgroup *ctx) in cgroup_iter() function
30 obj-$(CONFIG_BPF_SYSCALL) += cgroup_iter.o bpf_cgrp_storage.o