Home
last modified time | relevance | path

Searched refs:max_chunk_size (Results 1 – 4 of 4) 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,
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/scripts/lib/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/scripts/ !
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()