Searched refs:max_chunk_size (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs-srv.c | 38 static int __read_mostly max_chunk_size = DEFAULT_MAX_CHUNK_SIZE; variable 46 module_param_named(max_chunk_size, max_chunk_size, int, 0444); 47 MODULE_PARM_DESC(max_chunk_size, 618 max_chunk_size, 0); in map_cont_bufs() 633 NULL, max_chunk_size); in map_cont_bufs() 1137 max_chunk_size, DMA_BIDIRECTIONAL); in process_io_req() 1263 if (msg_id >= srv->queue_depth || off >= max_chunk_size) { in rtrs_srv_rdma_done() 1382 __free_pages(srv->chunks[i], get_order(max_chunk_size)); in free_srv() 1436 get_order(max_chunk_size)); in get_or_create_srv() 1449 __free_pages(srv->chunks[i], get_order(max_chunk_size)); in get_or_create_srv() [all …]
|
| /linux/tools/lib/python/abi/ |
| H A D | system_symbols.py | 297 max_chunk_size = int((num_refs + max_workers - 1) / max_workers) 298 chunk_size = min(chunk_size, max_chunk_size)
|
| /linux/tools/docs/ |
| H A D | get_abi.py | 179 chunk_size=args.max_chunk_size)
|
| /linux/drivers/dma/sh/ |
| H A D | rcar-dmac.c | 937 unsigned int max_chunk_size; in rcar_dmac_chan_prep_sg() local 958 max_chunk_size = RCAR_DMATCR_MASK << desc->xfer_shift; in rcar_dmac_chan_prep_sg() 981 unsigned int size = min(len, max_chunk_size); in rcar_dmac_chan_prep_sg()
|