Home
last modified time | relevance | path

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

/samples/bpf/
Dtest_map_in_map_kern.c107 u16 test_case, port, dst6[8]; in trace_sys_connect() local
128 test_case = dst6[7]; in trace_sys_connect()
139 if (test_case == 0) { in trace_sys_connect()
141 } else if (test_case == 1) { in trace_sys_connect()
143 } else if (test_case == 2) { in trace_sys_connect()
160 if (test_case == 0 || test_case == 1) in trace_sys_connect()
Dmap_perf_test_kern.c171 u16 test_case; in stress_lru_hmap_alloc() local
191 test_case = test_params.tcase; in stress_lru_hmap_alloc()
192 if (test_case != 3) in stress_lru_hmap_alloc()
195 if (test_case == 0) { in stress_lru_hmap_alloc()
197 } else if (test_case == 1) { in stress_lru_hmap_alloc()
200 } else if (test_case == 2) { in stress_lru_hmap_alloc()
213 } else if (test_case == 3) { in stress_lru_hmap_alloc()