Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c96 static void test_invalid_cgroup(struct cgroup_iter *skel) in test_invalid_cgroup()
113 static void test_invalid_cgroup_spec(struct cgroup_iter *skel) in test_invalid_cgroup_spec()
131 static void test_walk_preorder(struct cgroup_iter *skel) in test_walk_preorder()
142 static void test_walk_postorder(struct cgroup_iter *skel) in test_walk_postorder()
153 static void test_walk_ancestors_up(struct cgroup_iter *skel) in test_walk_ancestors_up()
169 static void test_early_termination(struct cgroup_iter *skel) in test_early_termination()
184 static void test_walk_self_only(struct cgroup_iter *skel) in test_walk_self_only()
193 static void test_walk_dead_self_only(struct cgroup_iter *skel) in test_walk_dead_self_only()
298 struct cgroup_iter *skel = NULL; in test_cgroup_iter()
H A Dcgrp_local_storage.c189 bpf_program__set_autoload(skel->progs.cgroup_iter, true); in test_cgroup_iter_sleepable()
199 link = bpf_program__attach_iter(skel->progs.cgroup_iter, &opts); in test_cgroup_iter_sleepable()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_sleepable.c28 int cgroup_iter(struct bpf_iter__cgroup *ctx) in cgroup_iter() function
/linux-6.15/kernel/bpf/
H A DMakefile33 obj-$(CONFIG_BPF_SYSCALL) += cgroup_iter.o bpf_cgrp_storage.o