Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-srv.c37 static int __read_mostly max_chunk_size = DEFAULT_MAX_CHUNK_SIZE; variable
45 module_param_named(max_chunk_size, max_chunk_size, int, 0444);
46 MODULE_PARM_DESC(max_chunk_size,
613 max_chunk_size, 0); in map_cont_bufs()
628 NULL, max_chunk_size); in map_cont_bufs()
1111 max_chunk_size, DMA_BIDIRECTIONAL); in process_io_req()
2222 if (max_chunk_size < MIN_CHUNK_SIZE || !is_power_of_2(max_chunk_size)) { in check_module_params()
2224 max_chunk_size, MIN_CHUNK_SIZE); in check_module_params()
2233 (ilog2(max_chunk_size - 1) + 1) > MAX_IMM_PAYL_BITS) { in check_module_params()
2248 max_chunk_size, max_chunk_size - MAX_HDR_SIZE, MAX_HDR_SIZE, in rtrs_server_init()
[all …]
/linux/fs/btrfs/
A Dvolumes.c5057 u64 max_chunk_size; member
5072 ctl->max_chunk_size = BTRFS_MAX_DATA_CHUNK_SIZE; in init_alloc_chunk_ctl_policy_regular()
5079 ctl->max_chunk_size = ctl->max_stripe_size; in init_alloc_chunk_ctl_policy_regular()
5082 ctl->max_chunk_size = 2 * ctl->max_stripe_size; in init_alloc_chunk_ctl_policy_regular()
5091 ctl->max_chunk_size); in init_alloc_chunk_ctl_policy_regular()
5108 ctl->max_chunk_size = round_down(BTRFS_MAX_DATA_CHUNK_SIZE, in init_alloc_chunk_ctl_policy_zoned()
5111 ctl->max_chunk_size = ctl->max_stripe_size; in init_alloc_chunk_ctl_policy_zoned()
5113 ctl->max_chunk_size = 2 * ctl->max_stripe_size; in init_alloc_chunk_ctl_policy_zoned()
5124 ctl->max_chunk_size = min(limit, ctl->max_chunk_size); in init_alloc_chunk_ctl_policy_zoned()
5259 if (ctl->stripe_size * data_stripes > ctl->max_chunk_size) { in decide_stripe_size_regular()
[all …]
/linux/fs/gfs2/
A Dfile.c1259 loff_t max_chunk_size = UINT_MAX & bsize_mask; in __gfs2_fallocate() local
1291 max_bytes = (len > max_chunk_size) ? max_chunk_size : len; in __gfs2_fallocate()
/linux/drivers/dma/sh/
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()
/linux/include/linux/mlx5/
A Dmlx5_ifc.h1204 u8 max_chunk_size[0x3]; member

Completed in 90 milliseconds