Home
last modified time | relevance | path

Searched refs:pre_send_jif (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.c1581 if (!req_peer && connection->req_next && connection->req_next->pre_send_jif) in request_timer_fn()
1616 time_after(now, req_peer->pre_send_jif + ent) && in request_timer_fn()
1630 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent)) in request_timer_fn()
1631 ? req_peer->pre_send_jif + ent : now + et; in request_timer_fn()
Ddrbd_worker.c1367 req->pre_send_jif = jiffies; in w_send_out_of_sync()
1398 req->pre_send_jif = jiffies; in w_send_dblock()
1427 req->pre_send_jif = jiffies; in w_send_read_req()
Ddrbd_debugfs.c112 seq_print_age_or_dash(m, s & RQ_NET_SENT, now - req->pre_send_jif); in seq_print_one_request()
Ddrbd_int.h340 unsigned long pre_send_jif; member