Lines Matching refs:mapv
5271 void *mapv, uint32_t i, in set_pprint_mapv() argument
5277 struct pprint_mapv *v = mapv; in set_pprint_mapv()
5299 struct pprint_mapv_int128 *v = mapv; in set_pprint_mapv()
5316 int cpu, void *mapv) in get_pprint_expected_line() argument
5321 struct pprint_mapv *v = mapv; in get_pprint_expected_line()
5347 struct pprint_mapv_int128 *v = mapv; in get_pprint_expected_line()
5400 void *mapv = NULL; in do_test_pprint() local
5449 mapv = calloc(num_cpus, rounded_value_size); in do_test_pprint()
5450 if (CHECK(!mapv, "mapv allocation failure")) { in do_test_pprint()
5456 set_pprint_mapv(mapv_kind, mapv, key, num_cpus, rounded_value_size); in do_test_pprint()
5457 bpf_map_update_elem(map_fd, &key, mapv, 0); in do_test_pprint()
5486 set_pprint_mapv(mapv_kind, mapv, next_key, num_cpus, rounded_value_size); in do_test_pprint()
5487 cmapv = mapv; in do_test_pprint()
5557 if (mapv) in do_test_pprint()
5558 free(mapv); in do_test_pprint()