Home
last modified time | relevance | path

Searched refs:delayj (Results 1 – 2 of 2) sorted by relevance

/linux/net/rxrpc/
H A Dcall_event.c468 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local
470 delayj = max(nsecs_to_jiffies(delay), 1); in rxrpc_input_call_event()
471 nextj = nowj + delayj; in rxrpc_input_call_event()
474 trace_rxrpc_timer_restart(call, delay, delayj); in rxrpc_input_call_event()
/linux/include/trace/events/
H A Drxrpc.h1376 TP_PROTO(struct rxrpc_call *call, ktime_t delay, unsigned long delayj),
1378 TP_ARGS(call, delay, delayj),
1382 __field(unsigned long, delayj)
1388 __entry->delayj = delayj;
1395 __entry->delayj)