Searched refs:right_chapter (Results 1 – 1 of 1) sorted by relevance
1360 u32 right_chapter = 0; in find_chapter_limits() local1393 right_chapter = chapter_limit; 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()1408 right_chapter = chapter; in find_chapter_limits()1428 right_chapter = (right_chapter + chapter_limit - 1) % chapter_limit; in find_chapter_limits()1429 if (right_chapter == moved_chapter) in find_chapter_limits()1432 probe_chapter(volume, right_chapter, &highest); in find_chapter_limits()