Lines Matching refs:mapv
4589 void *mapv, uint32_t i, in set_pprint_mapv() argument
4595 struct pprint_mapv *v = mapv; in set_pprint_mapv()
4617 struct pprint_mapv_int128 *v = mapv; in set_pprint_mapv()
4634 int cpu, void *mapv) in get_pprint_expected_line() argument
4639 struct pprint_mapv *v = mapv; in get_pprint_expected_line()
4665 struct pprint_mapv_int128 *v = mapv; in get_pprint_expected_line()
4718 void *mapv = NULL; in do_test_pprint() local
4774 mapv = calloc(num_cpus, rounded_value_size); in do_test_pprint()
4775 if (CHECK(!mapv, "mapv allocation failure")) { in do_test_pprint()
4781 set_pprint_mapv(mapv_kind, mapv, key, num_cpus, rounded_value_size); in do_test_pprint()
4782 bpf_map_update_elem(map_fd, &key, mapv, 0); in do_test_pprint()
4811 set_pprint_mapv(mapv_kind, mapv, next_key, num_cpus, rounded_value_size); in do_test_pprint()
4812 cmapv = mapv; in do_test_pprint()
4882 if (mapv) in do_test_pprint()
4883 free(mapv); in do_test_pprint()