Searched refs:r_stamp (Results 1 – 2 of 2) sorted by relevance
80 unsigned long r_stamp; /* send OR check time */ member
737 req->r_stamp = jiffies; in __reset_osd()1025 req->r_stamp = jiffies; in __send_request()1087 if (time_before(jiffies, req->r_stamp + timeout)) in handle_timeout()1090 BUG_ON(req == last_req && req->r_stamp == last_stamp); in handle_timeout()1092 last_stamp = req->r_stamp; in handle_timeout()1108 if (time_before(jiffies, req->r_stamp + keepalive)) in handle_timeout()