Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dsendmsg.c580 p->call.nr_timeouts = len / 4; in rxrpc_sendmsg_cmsg()
583 if (p->call.nr_timeouts >= 2 && p->call.timeouts.idle > 60 * 60 * 1000) in rxrpc_sendmsg_cmsg()
585 if (p->call.nr_timeouts >= 3 && p->call.timeouts.normal > 60 * 60 * 1000) in rxrpc_sendmsg_cmsg()
669 .call.nr_timeouts = 0, in rxrpc_do_sendmsg()
701 p.call.nr_timeouts = 0; in rxrpc_do_sendmsg()
738 switch (p.call.nr_timeouts) { in rxrpc_do_sendmsg()
H A Dar-internal.h844 u8 nr_timeouts; /* Number of timeouts specified */ member
/linux/io_uring/
H A Dio_uring.h45 unsigned nr_timeouts; member
67 return dist >= 0 || atomic_read(&ctx->cq_timeouts) != iowq->nr_timeouts; in io_should_wake()
H A Dio_uring.c2539 iowq.nr_timeouts = atomic_read(&ctx->cq_timeouts); in io_cqring_wait()