Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_midi2.h48 unsigned int num_reqs; /* number of requests */ member
/linux/net/sunrpc/
H A Dxprt.c1724 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1726 ++xprt->num_reqs; in xprt_dynamic_alloc_slot()
1732 --xprt->num_reqs; in xprt_dynamic_alloc_slot()
1740 if (xprt->num_reqs > xprt->min_reqs) { in xprt_dynamic_free_slot()
1741 --xprt->num_reqs; in xprt_dynamic_free_slot()
1778 xprt->num_reqs); in xprt_alloc_slot()
1855 xprt->num_reqs = num_prealloc; in xprt_alloc()
H A Dsysfs.c236 xprt->min_reqs, xprt->num_reqs, xprt->binding.qlen, in rpc_sysfs_xprt_info_show()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c268 if (rx_req_idx >= hwc_rxq->msg_buf->num_reqs) { in mana_hwc_rx_event_handler()
270 rx_req_idx, hwc_rxq->msg_buf->num_reqs); in mana_hwc_rx_event_handler()
477 dma_buf->num_reqs = q_depth; in mana_hwc_alloc_dma_buf()
/linux/include/linux/sunrpc/
H A Dxprt.h236 unsigned int num_reqs; /* total slots */ member
/linux/fs/ceph/
H A Dfile.c1294 unsigned num_reqs; member
1398 if (aio_req->num_reqs == 1) { in ceph_aio_complete_req()
1641 aio_req->num_reqs++; in ceph_direct_read_write()
1714 if (aio_req->num_reqs == 0) { in ceph_direct_read_write()