Searched refs:delayj (Results 1 – 1 of 1) sorted by relevance
458 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local460 delayj = umax(nsecs_to_jiffies(delay), 1); in rxrpc_input_call_event()461 nextj = nowj + delayj; in rxrpc_input_call_event()464 trace_rxrpc_timer_restart(call, delay, delayj); in rxrpc_input_call_event()
Completed in 3 milliseconds