Searched refs:pre_send_jif (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c113 seq_print_age_or_dash(m, s & RQ_NET_SENT, now - req->pre_send_jif);
H A Ddrbd_int.h247 unsigned long pre_send_jif; member in struct:drbd_request
263 * pre_send_jif
H A Ddrbd_req.c1635 if (!time_after(now, net_req->pre_send_jif + ent))
1643 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1654 jiffies_to_msecs(now - net_req->pre_send_jif), ko_count, timeout);
1781 ent = (ent && req_peer && time_before(now, req_peer->pre_send_jif + ent))
1782 ? req_peer->pre_send_jif + ent : now + et;
H A Ddrbd_worker.c1436 req->pre_send_jif = jiffies;
1468 req->pre_send_jif = jiffies;
1501 req->pre_send_jif = jiffies;

Completed in 333 milliseconds