Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpercpu-internal.h38 size_t max_alloc_size; /* largest allocation size */ member
155 size_t max_alloc_size; /* max allocation size */ member
190 pcpu_stats.max_alloc_size = in pcpu_stats_area_alloc()
191 max(pcpu_stats.max_alloc_size, size); in pcpu_stats_area_alloc()
194 chunk->max_alloc_size = max(chunk->max_alloc_size, size); in pcpu_stats_area_alloc()
H A Dpercpu-stats.c122 P("max_alloc_size", chunk->max_alloc_size); in chunk_map_stats()
190 PU(max_alloc_size); in percpu_stats_show()
/openbmc/linux/tools/perf/util/
H A Dordered-events.h40 u64 max_alloc_size; member
70 oe->max_alloc_size = size; in ordered_events__set_alloc_size()
H A Dordered-events.c69 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
147 } else if ((oe->cur_alloc_size + size) < oe->max_alloc_size) { in alloc_event()
155 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
163 pr("allocation limit reached %" PRIu64 "B\n", oe->max_alloc_size); in alloc_event()
367 oe->max_alloc_size = (u64) -1; in ordered_events__init()