Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dbpf_loop.c165 static int map1_lookup_elem(int key) in map1_lookup_elem() function
179 int a = map1_lookup_elem(1); in stack_check_outer_callback()
180 int b = map1_lookup_elem(2); in stack_check_outer_callback()
181 int c = map1_lookup_elem(3); in stack_check_outer_callback()
182 int d = map1_lookup_elem(4); in stack_check_outer_callback()
183 int e = map1_lookup_elem(5); in stack_check_outer_callback()
184 int f = map1_lookup_elem(6); in stack_check_outer_callback()
210 int a = map1_lookup_elem(7); in stack_check()
211 int b = map1_lookup_elem(8); in stack_check()
212 int c = map1_lookup_elem(9); in stack_check()
[all …]