Home
last modified time | relevance | path

Searched refs:best_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/powerpc/platforms/cell/
Diommu.c782 u64 cpu_addr, size, best_size, dev_addr = OF_BAD_ADDR; in cell_iommu_get_fixed_address() local
821 for (i = 0, best = -1, best_size = 0; i < len; i += range_size) { in cell_iommu_get_fixed_address()
825 if (cpu_addr == 0 && size > best_size) { in cell_iommu_get_fixed_address()
827 best_size = size; in cell_iommu_get_fixed_address()
/linux-6.12.1/fs/ocfs2/
Dsuballoc.c1306 u16 best_offset, best_size; in ocfs2_block_group_find_clear_bits() local
1315 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits()
1334 prev_best_size = best_size; in ocfs2_block_group_find_clear_bits()
1336 if (found > best_size) { in ocfs2_block_group_find_clear_bits()
1337 best_size = found; in ocfs2_block_group_find_clear_bits()
1349 if (best_size) { in ocfs2_block_group_find_clear_bits()
1351 res->sr_bits = best_size; in ocfs2_block_group_find_clear_bits()