Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Diommu.c794 u64 cpu_addr, size, best_size, dev_addr = OF_BAD_ADDR; in cell_iommu_get_fixed_address() local
833 for (i = 0, best = -1, best_size = 0; i < len; i += range_size) { in cell_iommu_get_fixed_address()
837 if (cpu_addr == 0 && size > best_size) { in cell_iommu_get_fixed_address()
839 best_size = size; in cell_iommu_get_fixed_address()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuballoc.c1284 u16 best_offset, best_size; in ocfs2_block_group_find_clear_bits() local
1292 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits()
1314 if (found > best_size) { in ocfs2_block_group_find_clear_bits()
1315 best_size = found; in ocfs2_block_group_find_clear_bits()
1325 if (best_size) { in ocfs2_block_group_find_clear_bits()
1327 res->sr_bits = best_size; in ocfs2_block_group_find_clear_bits()