best_size         794 arch/powerpc/platforms/cell/iommu.c 	u64 cpu_addr, size, best_size, dev_addr = OF_BAD_ADDR;
best_size         833 arch/powerpc/platforms/cell/iommu.c 	for (i = 0, best = -1, best_size = 0; i < len; i += range_size) {
best_size         837 arch/powerpc/platforms/cell/iommu.c 		if (cpu_addr == 0 && size > best_size) {
best_size         839 arch/powerpc/platforms/cell/iommu.c 			best_size = size;
best_size        1281 fs/ocfs2/suballoc.c 	u16 best_offset, best_size;
best_size        1289 fs/ocfs2/suballoc.c 	found = start = best_offset = best_size = 0;
best_size        1311 fs/ocfs2/suballoc.c 		if (found > best_size) {
best_size        1312 fs/ocfs2/suballoc.c 			best_size = found;
best_size        1322 fs/ocfs2/suballoc.c 	if (best_size) {
best_size        1324 fs/ocfs2/suballoc.c 		res->sr_bits = best_size;