Searched refs:r_stamp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/ceph/
H A Dmds_client.h206 struct timespec r_stamp; member in struct:ceph_mds_request
H A Dmds_client.c1680 req->r_stamp = CURRENT_TIME; ceph_mdsc_create_request()
1971 ceph_encode_timespec(&ts, &req->r_stamp); create_request_message()
2064 ceph_encode_timespec(&ts, &req->r_stamp); __prepare_send_request()
/linux-4.1.27/include/linux/ceph/
H A Dosd_client.h174 unsigned long r_stamp; /* send OR check time */ member in struct:ceph_osd_request
/linux-4.1.27/net/ceph/
H A Dosd_client.c1146 /* touch each r_stamp for handle_timeout()'s benfit */ __reset_osd()
1148 req->r_stamp = jiffies; __reset_osd()
1501 req->r_stamp = jiffies; __send_request()
1589 if (time_before(jiffies, req->r_stamp + keepalive)) handle_timeout()

Completed in 161 milliseconds