Home
last modified time | relevance | path

Searched refs:num_reqs (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Du_midi2.h48 unsigned int num_reqs; /* number of requests */ member
H A Df_midi2.c43 unsigned int num_reqs; /* number of allocated requests */ member
389 index = find_first_bit(&usb_ep->free_reqs, usb_ep->num_reqs); in get_empty_request()
390 if (index >= usb_ep->num_reqs) in get_empty_request()
1114 if (!usb_ep->usb_ep || !usb_ep->num_reqs) in f_midi2_drop_reqs()
1117 for (i = 0; i < usb_ep->num_reqs; i++) { in f_midi2_drop_reqs()
1136 for (i = 0; i < midi2->info.num_reqs; i++) { in f_midi2_alloc_ep_reqs()
1154 for (i = 0; i < midi2->info.num_reqs; i++) { in f_midi2_free_ep_reqs()
1178 usb_ep->reqs = kcalloc(midi2->info.num_reqs, sizeof(*usb_ep->reqs), in f_midi2_init_ep()
1182 for (i = 0; i < midi2->info.num_reqs; i++) { in f_midi2_init_ep()
1186 usb_ep->num_reqs in f_midi2_init_ep()
[all...]
/kernel/linux/linux-6.6/include/net/mana/
H A Dhw_channel.h123 u32 num_reqs; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dxprt.c1696 if (xprt->num_reqs >= xprt->max_reqs) in xprt_dynamic_alloc_slot()
1698 ++xprt->num_reqs; in xprt_dynamic_alloc_slot()
1704 --xprt->num_reqs; in xprt_dynamic_alloc_slot()
1712 if (xprt->num_reqs > xprt->min_reqs) { in xprt_dynamic_free_slot()
1713 --xprt->num_reqs; in xprt_dynamic_free_slot()
1750 xprt->num_reqs); in xprt_alloc_slot()
1827 xprt->num_reqs = num_prealloc; in xprt_alloc()
H A Dsysfs.c155 xprt->min_reqs, xprt->num_reqs, xprt->binding.qlen, in rpc_sysfs_xprt_info_show()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dxprt.h207 unsigned int num_reqs; /* total slots */ member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dxprt.h230 unsigned int num_reqs; /* total slots */ member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c1180 unsigned num_reqs; member
1281 if (aio_req->num_reqs == 1) { in ceph_aio_complete_req()
1508 aio_req->num_reqs++; in ceph_direct_read_write()
1570 if (aio_req->num_reqs == 0) { in ceph_direct_read_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c428 dma_buf->num_reqs = q_depth; in mana_hwc_alloc_dma_buf()

Completed in 19 milliseconds