Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c70 int fixup_map_hash_8b[MAX_FIXUPS]; member
624 int *fixup_map_hash_8b = test->fixup_map_hash_8b; in do_test_fixup() local
655 if (*fixup_map_hash_8b) { in do_test_fixup()
659 prog[*fixup_map_hash_8b].imm = map_fds[0]; in do_test_fixup()
660 fixup_map_hash_8b++; in do_test_fixup()
661 } while (*fixup_map_hash_8b); in do_test_fixup()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_verifier.c107 int fixup_map_hash_8b[MAX_FIXUPS]; member
1012 int *fixup_map_hash_8b = test->fixup_map_hash_8b; in do_test_fixup() local
1045 if (*fixup_map_hash_8b) { in do_test_fixup()
1049 prog[*fixup_map_hash_8b].imm = map_fds[0]; in do_test_fixup()
1050 fixup_map_hash_8b++; in do_test_fixup()
1051 } while (*fixup_map_hash_8b); in do_test_fixup()

Completed in 5 milliseconds