Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-thin.c2228 struct dm_bio_prison_cell *rhs_cell = *((struct dm_bio_prison_cell **) rhs); in cmp_cells() local
2231 BUG_ON(!rhs_cell->holder); in cmp_cells()
2233 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2236 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-thin.c2245 struct dm_bio_prison_cell *rhs_cell = *((struct dm_bio_prison_cell **) rhs); in cmp_cells() local
2248 BUG_ON(!rhs_cell->holder); in cmp_cells()
2250 if (lhs_cell->holder->bi_iter.bi_sector < rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()
2253 if (lhs_cell->holder->bi_iter.bi_sector > rhs_cell->holder->bi_iter.bi_sector) in cmp_cells()

Completed in 12 milliseconds