Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter.c199 int len, cgrp_fd, iter_fd; in test_walk_dead_self_only() local
204 cgrp_fd = create_and_get_cgroup(cgrp_name); in test_walk_dead_self_only()
205 if (!ASSERT_GE(cgrp_fd, 0, "create cgrp")) in test_walk_dead_self_only()
214 linfo.cgroup.cgroup_fd = cgrp_fd; in test_walk_dead_self_only()
229 close(cgrp_fd); in test_walk_dead_self_only()
264 close(cgrp_fd); in test_walk_dead_self_only()
/linux/Documentation/bpf/
H 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);