Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5267 void *mapv, uint32_t i, in set_pprint_mapv() argument
5273 struct pprint_mapv *v = mapv; in set_pprint_mapv()
5295 struct pprint_mapv_int128 *v = mapv; in set_pprint_mapv()
5312 int cpu, void *mapv) in get_pprint_expected_line() argument
5317 struct pprint_mapv *v = mapv; in get_pprint_expected_line()
5343 struct pprint_mapv_int128 *v = mapv; in get_pprint_expected_line()
5396 void *mapv = NULL; in do_test_pprint() local
5445 mapv = calloc(num_cpus, rounded_value_size); in do_test_pprint()
5446 if (CHECK(!mapv, "mapv allocation failure")) { in do_test_pprint()
5452 set_pprint_mapv(mapv_kind, mapv, key, num_cpus, rounded_value_size); in do_test_pprint()
[all …]