Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c95 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()
H A Dcgrp_local_storage.c168 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_sleepable.c25 int cgroup_iter(struct bpf_iter__cgroup *ctx) in cgroup_iter() function
/openbmc/linux/kernel/bpf/
H A DMakefile30 obj-$(CONFIG_BPF_SYSCALL) += cgroup_iter.o bpf_cgrp_storage.o