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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosd_client.h74 unsigned long r_stamp; /* send OR check time */ member in struct:ceph_osd_request
H A Dosd_client.c433 /* touch each r_stamp for handle_timeout()'s benfit */
435 req->r_stamp = jiffies;
663 req->r_stamp = jiffies;
727 if (time_before(jiffies, req->r_stamp + timeout))
730 BUG_ON(req == last_req && req->r_stamp == last_stamp);
732 last_stamp = req->r_stamp;
748 if (time_before(jiffies, req->r_stamp + keepalive))

Completed in 43 milliseconds