Searched refs:fixup_map_event_output (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/testing/selftests/bpf/verifier/ |
D | event_output.c | 43 .fixup_map_event_output = { 4 }, 51 .fixup_map_event_output = { 4 }, 59 .fixup_map_event_output = { 4 }, 67 .fixup_map_event_output = { 4 }, 75 .fixup_map_event_output = { 4 }, 83 .fixup_map_event_output = { 4 }, 91 .fixup_map_event_output = { 4 }, 99 .fixup_map_event_output = { 4 }, 107 .fixup_map_event_output = { 4 }, 116 .fixup_map_event_output = { 4 },
|
/linux-5.19.10/tools/testing/selftests/bpf/ |
D | test_verifier.c | 100 int fixup_map_event_output[MAX_FIXUPS]; member 796 int *fixup_map_event_output = test->fixup_map_event_output; in do_test_fixup() local 963 if (*fixup_map_event_output) { in do_test_fixup() 967 prog[*fixup_map_event_output].imm = map_fds[18]; in do_test_fixup() 968 fixup_map_event_output++; in do_test_fixup() 969 } while (*fixup_map_event_output); in do_test_fixup()
|