Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c118 int fixup_cgroup_storage[MAX_FIXUPS]; member
1023 int *fixup_cgroup_storage = test->fixup_cgroup_storage; in do_test_fixup() local
1106 if (*fixup_cgroup_storage) { in do_test_fixup()
1109 prog[*fixup_cgroup_storage].imm = map_fds[7]; in do_test_fixup()
1110 fixup_cgroup_storage++; in do_test_fixup()
1111 } while (*fixup_cgroup_storage); in do_test_fixup()