Home
last modified time | relevance | path

Searched refs:max_chunk_size (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c38 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,
612 max_chunk_size, 0); in map_cont_bufs()
632 NULL, max_chunk_size); in map_cont_bufs()
664 dma_addr += max_chunk_size; in map_cont_bufs()
1157 max_chunk_size, DMA_BIDIRECTIONAL); in process_io_req()
1284 if (msg_id >= srv->queue_depth || off >= max_chunk_size) { in rtrs_srv_rdma_done()
1403 __free_pages(srv->chunks[i], get_order(max_chunk_size)); in free_srv()
1456 get_order(max_chunk_size)); in get_or_create_srv()
[all …]
/linux/tools/lib/python/abi/
H A Dsystem_symbols.py297 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 Dget_abi.py179 chunk_size=args.max_chunk_size)
/linux/fs/gfs2/
H A Dfile.c1265 loff_t max_chunk_size = UINT_MAX & bsize_mask; in __gfs2_fallocate() local
1297 max_bytes = (len > max_chunk_size) ? max_chunk_size : len; in __gfs2_fallocate()
/linux/drivers/dma/sh/
H A Drcar-dmac.c937 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()