Lines Matching refs:mapv
54 /* several different mapv kinds(types) supported by pprint */
5345 void *mapv, uint32_t i,
5351 struct pprint_mapv *v = mapv;
5373 struct pprint_mapv_int128 *v = mapv;
5390 int cpu, void *mapv)
5395 struct pprint_mapv *v = mapv;
5421 struct pprint_mapv_int128 *v = mapv;
5474 void *mapv = NULL;
5523 mapv = calloc(num_cpus, rounded_value_size);
5524 if (CHECK(!mapv, "mapv allocation failure")) {
5530 set_pprint_mapv(mapv_kind, mapv, key, num_cpus, rounded_value_size);
5531 bpf_map_update_elem(map_fd, &key, mapv, 0);
5560 set_pprint_mapv(mapv_kind, mapv, next_key, num_cpus, rounded_value_size);
5561 cmapv = mapv;
5631 if (mapv)
5632 free(mapv);