Home
last modified time | relevance | path

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

/net/rxrpc/
Doutput.c452 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local
454 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet()
455 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_send_data_packet()
456 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()
Dinput.c1007 unsigned long now = jiffies, expect_rx_by; in rxrpc_input_call_packet() local
1009 expect_rx_by = now + timo; in rxrpc_input_call_packet()
1010 WRITE_ONCE(call->expect_rx_by, expect_rx_by); in rxrpc_input_call_packet()
1011 rxrpc_reduce_call_timer(call, expect_rx_by, now, in rxrpc_input_call_packet()
Dcall_event.c335 t = READ_ONCE(call->expect_rx_by); in rxrpc_process_call()
431 next = call->expect_rx_by; in rxrpc_process_call()
Dproc.c95 timeout = READ_ONCE(call->expect_rx_by); in rxrpc_call_seq_show()
Dcall_object.c205 call->expect_rx_by = j; in rxrpc_start_call_timer()
Dar-internal.h567 unsigned long expect_rx_by; /* When we expect to get a packet by */ member