Searched refs:max_alloc_size (Results 1 – 4 of 4) sorted by relevance
38 size_t max_alloc_size; /* largest allocation size */ member155 size_t max_alloc_size; /* max allocation size */ member190 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()
122 P("max_alloc_size", chunk->max_alloc_size); in chunk_map_stats()190 PU(max_alloc_size); in percpu_stats_show()
69 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()
40 u64 max_alloc_size; member70 oe->max_alloc_size = size; in ordered_events__set_alloc_size()