Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpercpu-internal.h113 size_t min_alloc_size; /* min allocaiton size */ member
128 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
147 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
148 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
Dpercpu-stats.c189 PU(min_alloc_size); in percpu_stats_show()
/Linux-v4.19/fs/btrfs/
Dextent-tree.c7792 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
7797 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
7813 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
7815 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
Dctree.h2660 u64 min_alloc_size, u64 empty_size, u64 hint_byte,