Home
last modified time | relevance | path

Searched refs:issue_time (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c196 unsigned long issue_time = 0; in __block_for_resp() local
198 issue_time = jiffies; in __block_for_resp()
213 } while (time_before(jiffies, issue_time + (8 * HZ))); in __block_for_resp()
391 unsigned long issue_time; in __poll_for_resp() local
394 issue_time = jiffies; in __poll_for_resp()
408 if (jiffies_to_msecs(jiffies - issue_time) > in __poll_for_resp()
/linux/fs/afs/
H A Dflock.c79 vnode->locked_at = call->issue_time; in afs_lock_op_done()
H A Drxrpc.c375 call->issue_time = ktime_get_real(); in afs_make_call()
H A Dinternal.h190 ktime_t issue_time; /* Time of issue of operation */ member
H A Dyfsclient.c235 cb_expiry = ktime_add(call->issue_time, xdr_to_u64(x->expiration_time) * 100); in xdr_decode_YFSCallBack()
H A Dfsclient.c134 return ktime_divns(call->issue_time, NSEC_PER_SEC) + expiry; in xdr_decode_expiry()