Searched refs:expect_rx_by (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | output.c | 482 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local 484 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet() 485 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_send_data_packet() 486 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()
|
D | input.c | 1048 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local 1050 expect_rx_by = now + timo; in rxrpc_input_call_packet() 1051 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_input_call_packet() 1052 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()
|
D | call_event.c | 319 t = READ_ONCE(call->expect_rx_by); in rxrpc_process_call() 415 next = call->expect_rx_by; in rxrpc_process_call()
|
D | proc.c | 95 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
|
D | call_object.c | 210 call->expect_rx_by = j; in rxrpc_start_call_timer()
|
D | ar-internal.h | 565 unsigned long expect_rx_by; /* When we expect to get a packet by */ member
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | rxrpc.h | 1152 __field(long, expect_rx_by ) 1165 __entry->expect_rx_by = call->expect_rx_by; 1177 __entry->expect_rx_by - __entry->now,
|