Searched refs:max_elts (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h61 * that the map can hold (stored in the max_elts field of struct
69 * elements (2 * max_elts). This value is stored in the map_size
74 * both the tracing_map_entry array and a pool of max_elts
187 unsigned int max_elts; member in struct:tracing_map
H A Dtracing_map.c458 if (idx < map->max_elts) {
474 for (i = 0; i < map->max_elts; i++) {
487 map->elts = tracing_map_array_alloc(map->max_elts,
492 for (i = 0; i < map->max_elts; i++) {
612 * 'max_elts' in struct tracing_map), and that number of
627 * size double the size of the requested table size (max_elts * 2).
629 * we've reached max_elts entries, we simply return NULL once we've
708 for (i = 0; i < map->max_elts; i++)
726 * elements (internally maintained as 'max_elts' in struct
785 map->max_elts
[all...]

Completed in 98 milliseconds