Home
last modified time | relevance | path

Searched refs:cgrp_fd (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dcgroup_iter.c198 int len, cgrp_fd, iter_fd; in test_walk_dead_self_only() local
203 cgrp_fd = create_and_get_cgroup(cgrp_name); in test_walk_dead_self_only()
204 if (!ASSERT_GE(cgrp_fd, 0, "create cgrp")) in test_walk_dead_self_only()
213 linfo.cgroup.cgroup_fd = cgrp_fd; in test_walk_dead_self_only()
228 close(cgrp_fd); in test_walk_dead_self_only()
263 close(cgrp_fd); in test_walk_dead_self_only()
/linux-6.3-rc2/Documentation/bpf/
A Dmap_cgrp_storage.rst69 __u32 map_lookup(struct bpf_map *map, int cgrp_fd)
72 value = bpf_map_lookup_elem(bpf_map__fd(map), &cgrp_fd);

Completed in 4 milliseconds