Searched refs:delayj (Results 1 – 2 of 2) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | call_event.c | 458 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local 460 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()
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 1718 TP_PROTO(struct rxrpc_call *call, ktime_t delay, unsigned long delayj), 1720 TP_ARGS(call, delay, delayj), 1724 __field(unsigned long, delayj) 1730 __entry->delayj = delayj; 1737 __entry->delayj)
|