Home
last modified time | relevance | path

Searched refs:min_alloc_size (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpercpu-internal.h173 size_t min_alloc_size; /* min allocaiton size */ member
187 /* initialize min_alloc_size to unit_size */ in pcpu_stats_save_ai()
188 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
207 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
208 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
H A Dpercpu-stats.c202 PU(min_alloc_size); in percpu_stats_show()
/kernel/linux/linux-6.6/mm/
H A Dpercpu-internal.h154 size_t min_alloc_size; /* min allocation size */ member
168 /* initialize min_alloc_size to unit_size */ in pcpu_stats_save_ai()
169 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
188 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
189 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
H A Dpercpu-stats.c189 PU(min_alloc_size); in percpu_stats_show()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-tree.h20 u64 min_alloc_size; member
129 u64 min_alloc_size, u64 empty_size, u64 hint_byte,
H A Dextent-tree.c3943 if (ffe_ctl->max_extent_size >= ffe_ctl->min_alloc_size) in can_allocate_chunk_zoned()
3947 * Even min_alloc_size is not left in any block groups. Since we cannot in can_allocate_chunk_zoned()
4485 * @min_alloc_size - Indicates the minimum amount of space that the
4489 * However, the presence of @min_alloc_size gives a
4519 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent()
4525 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
4537 ffe_ctl.min_alloc_size = min_alloc_size; in btrfs_reserve_extent()
4553 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
4555 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
4518 btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, u64 num_bytes, u64 min_alloc_size, u64 empty_size, u64 hint_byte, struct btrfs_key *ins, int is_data, int delalloc) btrfs_reserve_extent() argument
[all...]
H A Dinode.c1285 u64 min_alloc_size; in cow_file_range() local
1369 min_alloc_size = num_bytes; in cow_file_range()
1371 min_alloc_size = fs_info->sectorsize; in cow_file_range()
1378 min_alloc_size, 0, alloc_hint, in cow_file_range()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c4238 * @min_alloc_size - Indicates the minimum amount of space that the
4242 * However, the presence of @min_alloc_size gives a
4272 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent()
4277 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
4293 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
4295 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
4271 btrfs_reserve_extent(struct btrfs_root *root, u64 ram_bytes, u64 num_bytes, u64 min_alloc_size, u64 empty_size, u64 hint_byte, struct btrfs_key *ins, int is_data, int delalloc) btrfs_reserve_extent() argument
H A Dinode.c988 u64 min_alloc_size; in cow_file_range() local
1049 min_alloc_size = num_bytes; in cow_file_range()
1051 min_alloc_size = fs_info->sectorsize; in cow_file_range()
1056 min_alloc_size, 0, alloc_hint, in cow_file_range()
H A Dctree.h2587 u64 min_alloc_size, u64 empty_size, u64 hint_byte,

Completed in 51 milliseconds