Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_cgroup_attach.c221 int cgroup_storage_fd, percpu_cgroup_storage_fd; in prog_load_cnt() local
237 percpu_cgroup_storage_fd = bpf_create_map( in prog_load_cnt()
240 if (percpu_cgroup_storage_fd < 0) { in prog_load_cnt()
262 BPF_LD_MAP_FD(BPF_REG_1, percpu_cgroup_storage_fd), in prog_load_cnt()