Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_multi.c15 int cgroup_storage_fd, percpu_cgroup_storage_fd; in prog_load_cnt() local
31 percpu_cgroup_storage_fd = bpf_map_create( in prog_load_cnt()
34 if (percpu_cgroup_storage_fd < 0) { in prog_load_cnt()
56 BPF_LD_MAP_FD(BPF_REG_1, percpu_cgroup_storage_fd), in prog_load_cnt()