Home
last modified time | relevance | path

Searched refs:next_req_timo (Results 1 – 4 of 4) sorted by relevance

/linux/net/rxrpc/
H A Dcall_object.c160 call->next_req_timo = 1 * HZ; in rxrpc_alloc_call()
225 call->next_req_timo = min(p->timeouts.idle, 1); in rxrpc_alloc_client_call()
H A Dsendmsg.c693 WRITE_ONCE(call->next_req_timo, p.call.timeouts.idle); in rxrpc_do_sendmsg()
H A Dinput.c614 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data()
H A Dar-internal.h635 u32 next_req_timo; /* Timeout for next Rx request packet (ms) */ member