Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtracing_map.c456 elt = *(TRACING_MAP_ELT(map->elts, idx)); in get_free_elt()
472 tracing_map_elt_free(*(TRACING_MAP_ELT(map->elts, i))); in tracing_map_free_elts()
473 *(TRACING_MAP_ELT(map->elts, i)) = NULL; in tracing_map_free_elts()
490 *(TRACING_MAP_ELT(map->elts, i)) = tracing_map_elt_alloc(map); in tracing_map_alloc_elts()
491 if (IS_ERR(*(TRACING_MAP_ELT(map->elts, i)))) { in tracing_map_alloc_elts()
492 *(TRACING_MAP_ELT(map->elts, i)) = NULL; in tracing_map_alloc_elts()
701 tracing_map_elt_clear(*(TRACING_MAP_ELT(map->elts, i))); in tracing_map_clear()
Dtracing_map.h180 #define TRACING_MAP_ELT(array, idx) \ macro