Searched refs:map_in (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_insn_array.c | 26 static void __check_success(struct bpf_insn *insns, __u32 insn_cnt, __u32 *map_in, __u32 *map_out) in __check_success() argument 36 val.orig_off = map_in[i]; in __check_success() 78 __u32 map_in[] = {0, 1, 2, 3, 4, 5}; in check_one_to_one_mapping() local 81 __check_success(insns, ARRAY_SIZE(insns), map_in, map_out); in check_one_to_one_mapping() 99 __u32 map_in[] = {0, 1, 2, 3, 4, 5}; in check_simple() local 102 __check_success(insns, ARRAY_SIZE(insns), map_in, map_out); in check_simple() 120 __u32 map_in[] = {0, 1, 2, 3, 4, 5}; in check_deletions() local 123 __check_success(insns, ARRAY_SIZE(insns), map_in, map_out); in check_deletions() 144 __u32 map_in[] = { 0, 1, 2, 3, 4, 5, /* func */ 6, 7, 8, 9, 10}; in check_deletions_with_functions() local 147 __check_success(insns, ARRAY_SIZE(insns), map_in, map_out); in check_deletions_with_functions()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_queue_stack_map.h | 17 } map_in SEC(".maps"); 44 err = bpf_map_pop_elem(&map_in, &value); in _test()
|