Searched refs:left_chapter (Results 1 – 1 of 1) sorted by relevance
1359 u32 left_chapter = 0; in find_chapter_limits() local1392 left_chapter = 0; in find_chapter_limits()1395 while (left_chapter < right_chapter) { in find_chapter_limits()1397 u32 chapter = (left_chapter + right_chapter) / 2; in find_chapter_limits()1404 left_chapter = chapter + 1; in find_chapter_limits()1405 if (left_chapter == moved_chapter) in find_chapter_limits()1406 left_chapter++; in find_chapter_limits()1413 if (left_chapter >= chapter_limit) in find_chapter_limits()1414 left_chapter = 0; in find_chapter_limits()1417 probe_chapter(volume, left_chapter, &lowest); in find_chapter_limits()