Searched refs:expect_rx_by (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/rxrpc/ |
A D | output.c | 463 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local 465 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet() 466 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_send_data_packet() 467 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()
|
A D | input.c | 975 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local 977 expect_rx_by = now + timo; in rxrpc_input_call_packet() 978 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_input_call_packet() 979 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()
|
A D | call_event.c | 403 t = READ_ONCE(call->expect_rx_by); in rxrpc_input_call_event() 516 next = call->expect_rx_by; in rxrpc_input_call_event()
|
A D | proc.c | 80 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
|
A D | call_object.c | 258 call->expect_rx_by = j; in rxrpc_start_call_timer()
|
A D | ar-internal.h | 614 unsigned long expect_rx_by; /* When we expect to get a packet by */ member
|
/linux-6.3-rc2/include/trace/events/ |
A D | rxrpc.h | 1326 __field(long, expect_rx_by) 1339 __entry->expect_rx_by = call->expect_rx_by; 1351 __entry->expect_rx_by - __entry->now, 1369 __field(long, expect_rx_by) 1381 __entry->expect_rx_by = call->expect_rx_by; 1392 __entry->expect_rx_by - __entry->now,
|
Completed in 20 milliseconds