Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/drbd/
Ddrbd_req.c167 if (connection->current_tle_writes == 0) in start_new_tl_epoch()
170 connection->current_tle_writes = 0; in start_new_tl_epoch()
700 if (connection->current_tle_writes >= p) in __req_mod()
1360 first_peer_device(device)->connection->current_tle_writes++; in drbd_send_and_submit()
Ddrbd_int.h728 unsigned current_tle_writes; /* writes seen within this tl epoch */ member