Lines Matching refs:when
91 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when)
96 dprintk("lockd: nlmsvc_insert_block(%p, %ld)\n", block, when);
104 if (when != NLM_NEVER) {
105 if ((when += jiffies) == NLM_NEVER)
106 when ++;
109 if (time_after(b->b_when,when) || b->b_when == NLM_NEVER)
118 block->b_when = when;
121 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when)
124 nlmsvc_insert_block_locked(block, when);
775 * VFS layer when a lock on which we blocked is removed.
820 * RPC thread when notifying the client. This seems like overkill...
902 * This is the callback from the RPC layer when the NLM_GRANTED_MSG
1040 dprintk("nlmsvc_retry_blocked(%p, when=%ld)\n",