Searched refs:right_chapter (Results 1 – 1 of 1) sorted by relevance
1362 u32 right_chapter = 0; in find_chapter_limits() local1395 right_chapter = chapter_limit; 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()1410 right_chapter = chapter; in find_chapter_limits()1430 right_chapter = (right_chapter + chapter_limit - 1) % chapter_limit; in find_chapter_limits()1431 if (right_chapter == moved_chapter) in find_chapter_limits()1434 probe_chapter(volume, right_chapter, &highest); in find_chapter_limits()