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