Searched refs:pre_submit_jif (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_req.c1403 req->pre_submit_jif = jiffies;
1764 ? ( time_before(req_write->pre_submit_jif, req_read->pre_submit_jif)
1765 ? req_write->pre_submit_jif : req_read->pre_submit_jif )
1766 : req_write ? req_write->pre_submit_jif
1767 : req_read ? req_read->pre_submit_jif : now;
H A Ddrbd_debugfs.c110 seq_print_age_or_dash(m, s & RQ_LOCAL_PENDING, now - req->pre_submit_jif);
H A Ddrbd_int.h244 unsigned long pre_submit_jif; member in struct:drbd_request
274 * pre_submit_jif

Completed in 149 milliseconds