Lines Matching defs:when
88 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when)
93 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when);
101 if (when != NLM_NEVER) {
102 if ((when += jiffies) == NLM_NEVER)
103 when ++;
106 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER)
115 block->b_when = when;
118 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when)
121 nlmsvc_insert_block_locked(block, when);
795 * VFS layer when a lock on which we blocked is removed.
840 * RPC thread when notifying the client. This seems like overkill...
922 * This is the callback from the RPC layer when the NLM_GRANTED_MSG
1060 dprintk("nlmsvc_retry_blocked(%p, when=%ld)\n",