Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_main.c188 int expect_epoch = 0; in tl_release() local
205 expect_epoch = req->epoch; in tl_release()
208 if (r->epoch != expect_epoch) in tl_release()
224 if (expect_epoch != barrier_nr) { in tl_release()
226 barrier_nr, expect_epoch); in tl_release()
241 if (req->epoch == expect_epoch) { in tl_release()
247 if (req->epoch != expect_epoch) in tl_release()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_main.c174 int expect_epoch = 0; in tl_release() local
191 expect_epoch = req->epoch; in tl_release()
194 if (r->epoch != expect_epoch) in tl_release()
210 if (expect_epoch != barrier_nr) { in tl_release()
212 barrier_nr, expect_epoch); in tl_release()
227 if (req->epoch == expect_epoch) { in tl_release()
234 if (req->epoch != expect_epoch) in tl_release()

Completed in 9 milliseconds