Home
last modified time | relevance | path

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

/linux/net/rxrpc/
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/
A Drxrpc.h1377 TP_PROTO(struct rxrpc_call *call, ktime_t delay, unsigned long delayj),
1379 TP_ARGS(call, delay, delayj),
1383 __field(unsigned long, delayj)
1389 __entry->delayj = delayj;
1396 __entry->delayj)

Completed in 13 milliseconds