Home
last modified time | relevance | path

Searched refs:max_elts (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/kernel/trace/
Dtracing_map.c458 if (idx < map->max_elts) { in get_free_elt()
474 for (i = 0; i < map->max_elts; i++) { in tracing_map_free_elts()
487 map->elts = tracing_map_array_alloc(map->max_elts, in tracing_map_alloc_elts()
492 for (i = 0; i < map->max_elts; i++) { in tracing_map_alloc_elts()
703 for (i = 0; i < map->max_elts; i++) in tracing_map_clear()
780 map->max_elts = (1 << map_bits); in tracing_map_create()
1078 entries = vmalloc(array_size(sizeof(sort_entry), map->max_elts)); in tracing_map_sort_entries()
Dtracing_map.h187 unsigned int max_elts; member
/linux-6.1.9/Documentation/trace/
Dhistogram-design.rst155 map->max_elts (actually map->map_size but only max_elts of those are | |