Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_loop.c163 static int map1_lookup_elem(int key) in map1_lookup_elem() function
177 int a = map1_lookup_elem(1); in stack_check_outer_callback()
178 int b = map1_lookup_elem(2); in stack_check_outer_callback()
179 int c = map1_lookup_elem(3); in stack_check_outer_callback()
180 int d = map1_lookup_elem(4); in stack_check_outer_callback()
181 int e = map1_lookup_elem(5); in stack_check_outer_callback()
182 int f = map1_lookup_elem(6); in stack_check_outer_callback()
208 int a = map1_lookup_elem(7); in stack_check()
209 int b = map1_lookup_elem(8); in stack_check()
210 int c = map1_lookup_elem(9); in stack_check()
[all …]