Home
last modified time | relevance | path

Searched refs:max_alloc_size (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/mm/
Dpercpu-internal.h27 size_t max_alloc_size; /* largest allocation size */ member
114 size_t max_alloc_size; /* max allocation size */ member
149 pcpu_stats.max_alloc_size = in pcpu_stats_area_alloc()
150 max(pcpu_stats.max_alloc_size, size); in pcpu_stats_area_alloc()
153 chunk->max_alloc_size = max(chunk->max_alloc_size, size); in pcpu_stats_area_alloc()
Dpercpu-stats.c122 P("max_alloc_size", chunk->max_alloc_size); in chunk_map_stats()
190 PU(max_alloc_size); in percpu_stats_show()
/Linux-v4.19/tools/perf/util/
Dordered-events.c68 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
110 } else if (oe->cur_alloc_size < oe->max_alloc_size) { in alloc_event()
120 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
129 pr("allocation limit reached %" PRIu64 "B\n", oe->max_alloc_size); in alloc_event()
298 oe->max_alloc_size = (u64) -1; in ordered_events__init()
Dordered-events.h32 u64 max_alloc_size; member
58 oe->max_alloc_size = size; in ordered_events__set_alloc_size()