Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c72 int fixup_map_hash_16b[MAX_FIXUPS]; member
626 int *fixup_map_hash_16b = test->fixup_map_hash_16b; in do_test_fixup() local
673 if (*fixup_map_hash_16b) { in do_test_fixup()
677 prog[*fixup_map_hash_16b].imm = map_fds[2]; in do_test_fixup()
678 fixup_map_hash_16b++; in do_test_fixup()
679 } while (*fixup_map_hash_16b); in do_test_fixup()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_verifier.c109 int fixup_map_hash_16b[MAX_FIXUPS]; member
1014 int *fixup_map_hash_16b = test->fixup_map_hash_16b; in do_test_fixup() local
1063 if (*fixup_map_hash_16b) { in do_test_fixup()
1067 prog[*fixup_map_hash_16b].imm = map_fds[2]; in do_test_fixup()
1068 fixup_map_hash_16b++; in do_test_fixup()
1069 } while (*fixup_map_hash_16b); in do_test_fixup()

Completed in 5 milliseconds