Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/block/drbd/
Ddrbd_req.c168 if (connection->current_tle_writes == 0) in start_new_tl_epoch()
171 connection->current_tle_writes = 0; in start_new_tl_epoch()
704 if (connection->current_tle_writes >= p) in __req_mod()
1366 first_peer_device(device)->connection->current_tle_writes++; in drbd_send_and_submit()
Ddrbd_int.h660 unsigned current_tle_writes; /* writes seen within this tl epoch */ member