Home
last modified time | relevance | path

Searched refs:num_reqs (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sunrpc/
Dxprt.c1563 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1565 ++xprt->num_reqs; in xprt_dynamic_alloc_slot()
1571 --xprt->num_reqs; in xprt_dynamic_alloc_slot()
1579 if (xprt->num_reqs > xprt->min_reqs) { in xprt_dynamic_free_slot()
1580 --xprt->num_reqs; in xprt_dynamic_free_slot()
1617 xprt->num_reqs); in xprt_alloc_slot()
1672 xprt->num_reqs = num_prealloc; in xprt_alloc()
/Linux-v5.4/include/linux/sunrpc/
Dxprt.h208 unsigned int num_reqs; /* total slots */ member
/Linux-v5.4/fs/ceph/
Dfile.c734 unsigned num_reqs; member
831 if (aio_req->num_reqs == 1) { in ceph_aio_complete_req()
1034 aio_req->num_reqs++; in ceph_direct_read_write()
1088 if (aio_req->num_reqs == 0) { in ceph_direct_read_write()