Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprt.c1629 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1631 ++xprt->num_reqs; in xprt_dynamic_alloc_slot()
1639 --xprt->num_reqs; in xprt_dynamic_alloc_slot()
1647 if (xprt->num_reqs > xprt->min_reqs) { in xprt_dynamic_free_slot()
1648 --xprt->num_reqs; in xprt_dynamic_free_slot()
1685 xprt->num_reqs); in xprt_alloc_slot()
1740 xprt->num_reqs = num_prealloc; in xprt_alloc()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h207 unsigned int num_reqs; /* total slots */ member
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dfile.c1001 unsigned num_reqs; member
1109 if (aio_req->num_reqs == 1) { in ceph_aio_complete_req()
1313 aio_req->num_reqs++; in ceph_direct_read_write()
1374 if (aio_req->num_reqs == 0) { in ceph_direct_read_write()