Searched refs:fixup_cgroup_storage (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c120 int fixup_cgroup_storage[MAX_FIXUPS]; member in struct:bpf_test
1025 int *fixup_cgroup_storage = test->fixup_cgroup_storage; local
1108 if (*fixup_cgroup_storage) {
1111 prog[*fixup_cgroup_storage].imm = map_fds[7];
1112 fixup_cgroup_storage++;
1113 } while (*fixup_cgroup_storage);

Completed in 107 milliseconds