Home
last modified time | relevance | path

Searched refs:expect_rx_by (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/net/rxrpc/
H A Doutput.c486 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 Dinput.c1057 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 Dcall_event.c319 t = READ_ONCE(call->expect_rx_by); in rxrpc_process_call()
416 next = call->expect_rx_by; in rxrpc_process_call()
H A Dproc.c95 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
H A Dcall_object.c230 call->expect_rx_by = j; in rxrpc_start_call_timer()
H A Dar-internal.h558 unsigned long expect_rx_by; /* When we expect to get a packet by */ member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Drxrpc.h1158 __field(long, expect_rx_by )
1171 __entry->expect_rx_by = call->expect_rx_by;
1183 __entry->expect_rx_by - __entry->now,