Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dpercpu-internal.h120 size_t min_alloc_size; /* min allocaiton size */ member
135 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
154 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
155 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
Dpercpu-stats.c189 PU(min_alloc_size); in percpu_stats_show()
/Linux-v5.4/fs/btrfs/
Dextent-tree.c4090 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
4095 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
4111 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
4113 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
Dctree.h2435 u64 min_alloc_size, u64 empty_size, u64 hint_byte,