Searched refs:max_req (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/dma/ |
D | bcm-sba-raid.c | 129 u32 max_req; member 476 seq_printf(file, "maximum requests = %d\n", sba->max_req); in sba_write_stats_in_seqfile() 1490 for (i = 0; i < sba->max_req; i++) { in sba_prealloc_channel_resources() 1665 sba->max_req = SBA_MAX_REQ_PER_MBOX_CHANNEL; in sba_probe() 1668 sba->max_resp_pool_size = sba->max_req * sba->hw_resp_size; in sba_probe() 1669 sba->max_cmds_pool_size = sba->max_req * in sba_probe()
|
/linux-6.6.21/include/linux/sunrpc/ |
D | xprt.h | 398 unsigned int max_req);
|
/linux-6.6.21/lib/ |
D | maple_tree.c | 1252 unsigned int max_req = 0; in mas_alloc_nodes() local 1284 max_req = MAPLE_ALLOC_SLOTS - node->node_count; in mas_alloc_nodes() 1286 max_req = min(requested, max_req); in mas_alloc_nodes() 1287 count = mt_alloc_bulk(gfp, max_req, slots); in mas_alloc_nodes() 1306 memset(slots, 0, max_req * sizeof(unsigned long)); in mas_alloc_nodes()
|
/linux-6.6.21/drivers/usb/dwc2/ |
D | gadget.c | 2264 int max_req; in dwc2_hsotg_rx_data() local 2284 max_req = hs_req->req.length - read_ptr; in dwc2_hsotg_rx_data() 2287 __func__, to_read, max_req, read_ptr, hs_req->req.length); in dwc2_hsotg_rx_data() 2289 if (to_read > max_req) { in dwc2_hsotg_rx_data()
|