Searched refs:expect_req_by (Results 1 – 5 of 5) sorted by relevance
332 call->expect_req_by = jiffies + MAX_JIFFY_OFFSET; in rxrpc_end_rx_phase()592 unsigned long now, expect_req_by; in rxrpc_input_data() local596 expect_req_by = now + timo; in rxrpc_input_data()597 WRITE_ONCE(call->expect_req_by, expect_req_by); in rxrpc_input_data()598 rxrpc_reduce_call_timer(call, expect_req_by, now, in rxrpc_input_data()
408 t = READ_ONCE(call->expect_req_by); in rxrpc_input_call_event()518 set(call->expect_req_by); in rxrpc_input_call_event()
264 call->expect_req_by = j; in rxrpc_start_call_timer()
623 unsigned long expect_req_by; /* When we expect to get a request DATA packet by */ member
1329 __field(long, expect_req_by)1342 __entry->expect_req_by = call->expect_req_by;1354 __entry->expect_req_by - __entry->now,1372 __field(long, expect_req_by)1384 __entry->expect_req_by = call->expect_req_by;1395 __entry->expect_req_by - __entry->now,