Searched refs:right_chapter (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.c1360 u32 right_chapter = 0; local
1393 right_chapter = chapter_limit;
1395 while (left_chapter < right_chapter) {
1397 u32 chapter = (left_chapter + right_chapter) / 2;
1408 right_chapter = chapter;
1428 right_chapter = (right_chapter + chapter_limit - 1) % chapter_limit;
1429 if (right_chapter == moved_chapter)
1432 probe_chapter(volume, right_chapter, &highest);

Completed in 214 milliseconds