Searched refs:expect_rx_by (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | output.c | 53 * Receiving a response to the ping will prevent the ->expect_rx_by timer from 486 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local 488 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet() 489 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_send_data_packet() 490 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()
|
H A D | input.c | 1057 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local 1059 expect_rx_by = now + timo; in rxrpc_input_call_packet() 1060 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_input_call_packet() 1061 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()
|
H A D | call_event.c | 319 t = READ_ONCE(call->expect_rx_by); in rxrpc_process_call() 416 next = call->expect_rx_by; in rxrpc_process_call()
|
H A D | proc.c | 95 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
|
H A D | call_object.c | 230 call->expect_rx_by = j; in rxrpc_start_call_timer()
|
H A D | ar-internal.h | 479 RXRPC_CALL_BEGAN_RX_TIMER, /* We began the expect_rx_by timer */ 558 unsigned long expect_rx_by; /* When we expect to get a packet by */ member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | output.c | 65 * Receiving a response to the ping will prevent the ->expect_rx_by timer from 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()
|
H A D | input.c | 1051 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local 1053 expect_rx_by = now + timo; in rxrpc_input_call_packet() 1054 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_input_call_packet() 1055 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()
|
H A D | call_event.c | 402 t = READ_ONCE(call->expect_rx_by); in rxrpc_input_call_event() 514 next = call->expect_rx_by; in rxrpc_input_call_event()
|
H A D | proc.c | 80 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
|
H A D | call_object.c | 263 call->expect_rx_by = j; in rxrpc_start_call_timer()
|
H A D | ar-internal.h | 553 RXRPC_CALL_BEGAN_RX_TIMER, /* We began the expect_rx_by timer */ 622 unsigned long expect_rx_by; /* When we expect to get a packet by */ member
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 1328 __field(long, expect_rx_by) 1341 __entry->expect_rx_by = call->expect_rx_by; 1353 __entry->expect_rx_by - __entry->now, 1371 __field(long, expect_rx_by) 1383 __entry->expect_rx_by = call->expect_rx_by; 1394 __entry->expect_rx_by - __entry->now,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 1158 __field(long, expect_rx_by ) 1171 __entry->expect_rx_by = call->expect_rx_by; 1183 __entry->expect_rx_by - __entry->now,
|
Completed in 18 milliseconds