Home
last modified time | relevance | path

Searched refs:expect_req_by (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/rxrpc/
Dinput.c329 call->expect_req_by = jiffies + MAX_JIFFY_OFFSET; in rxrpc_end_rx_phase()
589 unsigned long now, expect_req_by; in rxrpc_input_data() local
593 expect_req_by = now + timo; in rxrpc_input_data()
594 WRITE_ONCE(call->expect_req_by, expect_req_by); in rxrpc_input_data()
595 rxrpc_reduce_call_timer(call, expect_req_by, now, in rxrpc_input_data()
Dcall_event.c409 t = READ_ONCE(call->expect_req_by); in rxrpc_input_call_event()
520 set(call->expect_req_by); in rxrpc_input_call_event()
Dcall_object.c264 call->expect_req_by = j; in rxrpc_start_call_timer()
Dar-internal.h615 unsigned long expect_req_by; /* When we expect to get a request DATA packet by */ member
/Linux-v6.6/include/trace/events/
Drxrpc.h1327 __field(long, expect_req_by)
1340 __entry->expect_req_by = call->expect_req_by;
1352 __entry->expect_req_by - __entry->now,
1370 __field(long, expect_req_by)
1382 __entry->expect_req_by = call->expect_req_by;
1393 __entry->expect_req_by - __entry->now,