Searched refs:TRACING_MAP_ELT (Results 1 – 2 of 2) sorted by relevance
459 elt = *(TRACING_MAP_ELT(map->elts, idx)); in get_free_elt()475 tracing_map_elt_free(*(TRACING_MAP_ELT(map->elts, i))); in tracing_map_free_elts()476 *(TRACING_MAP_ELT(map->elts, i)) = NULL; in tracing_map_free_elts()493 *(TRACING_MAP_ELT(map->elts, i)) = tracing_map_elt_alloc(map); in tracing_map_alloc_elts()494 if (IS_ERR(*(TRACING_MAP_ELT(map->elts, i)))) { in tracing_map_alloc_elts()495 *(TRACING_MAP_ELT(map->elts, i)) = NULL; in tracing_map_alloc_elts()709 tracing_map_elt_clear(*(TRACING_MAP_ELT(map->elts, i))); in tracing_map_clear()
180 #define TRACING_MAP_ELT(array, idx) \ macro