Searched refs:expect_req_by (Results 1 – 6 of 6) sorted by relevance
452 unsigned long now, expect_req_by; in rxrpc_input_data() local456 expect_req_by = now + timo; in rxrpc_input_data()457 WRITE_ONCE(call->expect_req_by, expect_req_by); in rxrpc_input_data()458 rxrpc_reduce_call_timer(call, expect_req_by, now, in rxrpc_input_data()
341 t = READ_ONCE(call->expect_req_by); in rxrpc_process_call()435 set(call->expect_req_by); in rxrpc_process_call()
206 call->expect_req_by = j; in rxrpc_start_call_timer()
160 call->expect_req_by = jiffies + MAX_JIFFY_OFFSET; in rxrpc_end_rx_phase()
567 unsigned long expect_req_by; /* When we expect to get a request DATA packet by */ member
1164 __field(long, expect_req_by )1177 __entry->expect_req_by = call->expect_req_by;1189 __entry->expect_req_by - __entry->now,