Searched refs:max_req (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | connection.c | 313 unsigned int pdu_size, max_allowed_pdu_size, max_req; in ksmbd_conn_handler_loop() local 323 max_req = server_conf.max_inflight_req; in ksmbd_conn_handler_loop() 334 if (atomic_read(&conn->req_running) + 1 > max_req) { in ksmbd_conn_handler_loop() 336 atomic_read(&conn->req_running) < max_req); in ksmbd_conn_handler_loop()
|
/openbmc/linux/drivers/dma/ |
H A 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()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | xprt.h | 398 unsigned int max_req);
|
/openbmc/linux/lib/ |
H A 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()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | gadget.c | 2268 int max_req; in dwc2_hsotg_rx_data() local 2288 max_req = hs_req->req.length - read_ptr; in dwc2_hsotg_rx_data() 2291 __func__, to_read, max_req, read_ptr, hs_req->req.length); in dwc2_hsotg_rx_data() 2293 if (to_read > max_req) { in dwc2_hsotg_rx_data()
|