Home
last modified time | relevance | path

Searched refs:current_tle_writes (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/block/drbd/
Ddrbd_req.c187 if (connection->current_tle_writes == 0) in start_new_tl_epoch()
190 connection->current_tle_writes = 0; in start_new_tl_epoch()
709 if (connection->current_tle_writes >= p) in __req_mod()
1370 first_peer_device(device)->connection->current_tle_writes++; in drbd_send_and_submit()
Ddrbd_int.h732 unsigned current_tle_writes; /* writes seen within this tl epoch */ member