Searched refs:delayj (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/include/trace/events/ |
| H A D | rxrpc.h | 1581 TP_PROTO(struct rxrpc_call *call, ktime_t delay, unsigned long delayj), 1583 TP_ARGS(call, delay, delayj), 1587 __field(unsigned long, delayj) 1593 __entry->delayj = delayj; 1600 __entry->delayj)
|