Searched refs:nextj (Results 1 – 1 of 1) sorted by relevance
461 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local464 nextj = nowj + delayj; in rxrpc_input_call_event()465 if (time_before(nextj, call->timer.expires) || in rxrpc_input_call_event()468 timer_reduce(&call->timer, nextj); in rxrpc_input_call_event()