Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dhw_channel.h117 u32 num_reqs; member
Dhw_channel.c405 dma_buf->num_reqs = q_depth; in mana_hwc_alloc_dma_buf()
/Linux-v5.15/net/sunrpc/
Dxprt.c1688 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1690 ++xprt->num_reqs; in xprt_dynamic_alloc_slot()
1696 --xprt->num_reqs; in xprt_dynamic_alloc_slot()
1704 if (xprt->num_reqs > xprt->min_reqs) { in xprt_dynamic_free_slot()
1705 --xprt->num_reqs; in xprt_dynamic_free_slot()
1742 xprt->num_reqs); in xprt_alloc_slot()
1822 xprt->num_reqs = num_prealloc; in xprt_alloc()
Dsysfs.c141 xprt->min_reqs, xprt->num_reqs, xprt->binding.qlen, in rpc_sysfs_xprt_info_show()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h210 unsigned int num_reqs; /* total slots */ member
/Linux-v5.15/fs/ceph/
Dfile.c972 unsigned num_reqs; member
1070 if (aio_req->num_reqs == 1) { in ceph_aio_complete_req()
1283 aio_req->num_reqs++; in ceph_direct_read_write()
1344 if (aio_req->num_reqs == 0) { in ceph_direct_read_write()