Searched refs:max_elts (Results 1 – 3 of 3) sorted by relevance
458 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()
187 unsigned int max_elts; member
155 map->max_elts (actually map->map_size but only max_elts of those are | |