Searched refs:max_elts (Results 1 – 2 of 2) sorted by relevance
457 idx = atomic_fetch_add_unless(&map->next_elt, 1, map->max_elts); in get_free_elt()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()708 for (i = 0; i < map->max_elts; i++) in tracing_map_clear()785 map->max_elts = (1 << map_bits); in tracing_map_create()1079 entries = vmalloc_array(map->max_elts, sizeof(sort_entry)); in tracing_map_sort_entries()
187 unsigned int max_elts; member