Searched refs:left_chapter (Results 1 – 1 of 1) sorted by relevance
1361 u32 left_chapter = 0; in find_chapter_limits() local1394 left_chapter = 0; in find_chapter_limits()1397 while (left_chapter < right_chapter) { in find_chapter_limits()1399 u32 chapter = (left_chapter + right_chapter) / 2; in find_chapter_limits()1406 left_chapter = chapter + 1; in find_chapter_limits()1407 if (left_chapter == moved_chapter) in find_chapter_limits()1408 left_chapter++; in find_chapter_limits()1415 if (left_chapter >= chapter_limit) in find_chapter_limits()1416 left_chapter = 0; in find_chapter_limits()1419 probe_chapter(volume, left_chapter, &lowest); in find_chapter_limits()