max_bytes        1462 drivers/base/regmap/regmap.c static void regmap_set_work_buf_flag_mask(struct regmap *map, int max_bytes,
max_bytes        1473 drivers/base/regmap/regmap.c 	for (i = 0; i < max_bytes; i++)
max_bytes         295 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 					      u64 *max_bytes,
max_bytes         311 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 		*max_bytes = 0;
max_bytes         358 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	*max_bytes = us_to_bytes(adev, adev->mm_stats.accum_us);
max_bytes        1972 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	uint32_t max_bytes;
max_bytes        1982 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	max_bytes = adev->mman.buffer_funcs->copy_max_bytes;
max_bytes        1983 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	num_loops = DIV_ROUND_UP(byte_count, max_bytes);
max_bytes        2009 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		uint32_t cur_size_in_bytes = min(byte_count, max_bytes);
max_bytes        2043 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 	uint32_t max_bytes = adev->mman.buffer_funcs->fill_max_bytes;
max_bytes        2070 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 		num_loops += DIV_ROUND_UP_ULL(byte_count, max_bytes);
max_bytes        2102 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c 							   max_bytes);
max_bytes         117 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 	int i, remaining, current_count, buffer_offset, max_bytes, ret;
max_bytes         138 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 			max_bytes = ATOM_MAX_HW_I2C_READ;
max_bytes         141 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 			max_bytes = ATOM_MAX_HW_I2C_WRITE;
max_bytes         145 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 			if (remaining > max_bytes)
max_bytes         146 drivers/gpu/drm/amd/amdgpu/atombios_i2c.c 				current_count = max_bytes;
max_bytes         515 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 					  unsigned char *buf, int max_bytes)
max_bytes         536 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		memcpy(buf, connector->eld, min(max_bytes, ret));
max_bytes        1005 drivers/gpu/drm/i915/display/intel_audio.c 					unsigned char *buf, int max_bytes)
max_bytes        1026 drivers/gpu/drm/i915/display/intel_audio.c 		memcpy(buf, eld, min(max_bytes, ret));
max_bytes         110 drivers/gpu/drm/radeon/atombios_i2c.c 	int i, remaining, current_count, buffer_offset, max_bytes, ret;
max_bytes         131 drivers/gpu/drm/radeon/atombios_i2c.c 			max_bytes = ATOM_MAX_HW_I2C_READ;
max_bytes         134 drivers/gpu/drm/radeon/atombios_i2c.c 			max_bytes = ATOM_MAX_HW_I2C_WRITE;
max_bytes         138 drivers/gpu/drm/radeon/atombios_i2c.c 			if (remaining > max_bytes)
max_bytes         139 drivers/gpu/drm/radeon/atombios_i2c.c 				current_count = max_bytes;
max_bytes         779 drivers/s390/block/dasd_fba.c 	unsigned int max_bytes, max_discard_sectors;
max_bytes         796 drivers/s390/block/dasd_fba.c 	max_bytes = USHRT_MAX * logical_block_size;
max_bytes         797 drivers/s390/block/dasd_fba.c 	max_bytes = ALIGN_DOWN(max_bytes, PAGE_SIZE);
max_bytes         798 drivers/s390/block/dasd_fba.c 	max_discard_sectors = max_bytes / logical_block_size;
max_bytes         374 drivers/s390/net/ism_drv.c 		bytes = max_bytes(offset, size, PAGE_SIZE);
max_bytes         675 drivers/s390/scsi/zfcp_fc.c 			       struct zfcp_adapter *adapter, int max_bytes)
max_bytes         682 drivers/s390/scsi/zfcp_fc.c 	zfcp_fc_ct_ns_init(&req->ct_hdr, FC_NS_GPN_FT, max_bytes);
max_bytes         791 drivers/s390/scsi/zfcp_fc.c 	int chain, max_entries, buf_num, max_bytes;
max_bytes         798 drivers/s390/scsi/zfcp_fc.c 	max_bytes = chain ? ZFCP_FC_GPN_FT_MAX_SIZE : ZFCP_FC_CT_SIZE_PAGE;
max_bytes         812 drivers/s390/scsi/zfcp_fc.c 		ret = zfcp_fc_send_gpn_ft(fc_req, adapter, max_bytes);
max_bytes         413 drivers/spi/spi-geni-qcom.c 	unsigned int max_bytes;
max_bytes         418 drivers/spi/spi-geni-qcom.c 	max_bytes = (mas->tx_fifo_depth - mas->tx_wm) * bytes_per_fifo_word;
max_bytes         419 drivers/spi/spi-geni-qcom.c 	if (mas->tx_rem_bytes < max_bytes)
max_bytes         420 drivers/spi/spi-geni-qcom.c 		max_bytes = mas->tx_rem_bytes;
max_bytes         423 drivers/spi/spi-geni-qcom.c 	while (i < max_bytes) {
max_bytes         429 drivers/spi/spi-geni-qcom.c 		bytes_to_write = min(bytes_per_fifo_word, max_bytes - i);
max_bytes         434 drivers/spi/spi-geni-qcom.c 	mas->tx_rem_bytes -= max_bytes;
max_bytes        2924 drivers/staging/comedi/drivers/cb_pcidas64.c 					       unsigned int max_bytes)
max_bytes        2926 drivers/staging/comedi/drivers/cb_pcidas64.c 	unsigned int nsamples = comedi_bytes_to_samples(s, max_bytes);
max_bytes         760 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		size_t max_bytes = size - pos;
max_bytes         764 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 				      pos, max_bytes);
max_bytes         772 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c 		if (callback_result > max_bytes)
max_bytes         480 drivers/tty/serial/serial-tegra.c static void tegra_uart_fill_tx_fifo(struct tegra_uart_port *tup, int max_bytes)
max_bytes         485 drivers/tty/serial/serial-tegra.c 	for (i = 0; i < max_bytes; i++) {
max_bytes        1684 fs/btrfs/extent_io.c 					u64 *start, u64 *end, u64 max_bytes,
max_bytes        1726 fs/btrfs/extent_io.c 		if (total_bytes >= max_bytes)
max_bytes        1791 fs/btrfs/extent_io.c 	u64 max_bytes = BTRFS_MAX_EXTENT_SIZE;
max_bytes        1804 fs/btrfs/extent_io.c 				    max_bytes, &cached_state);
max_bytes        1823 fs/btrfs/extent_io.c 	if (delalloc_end + 1 - delalloc_start > max_bytes)
max_bytes        1824 fs/btrfs/extent_io.c 		delalloc_end = delalloc_start + max_bytes - 1;
max_bytes        1837 fs/btrfs/extent_io.c 			max_bytes = PAGE_SIZE;
max_bytes        1963 fs/btrfs/extent_io.c 		     u64 *start, u64 search_end, u64 max_bytes,
max_bytes        1998 fs/btrfs/extent_io.c 			if (total_bytes >= max_bytes)
max_bytes         284 fs/btrfs/extent_io.h 		     u64 max_bytes, unsigned bits, int contig);
max_bytes        1657 fs/btrfs/free-space-cache.c 	u64 max_bytes;
max_bytes        1674 fs/btrfs/free-space-cache.c 		max_bytes = MAX_CACHE_BYTES_PER_GIG;
max_bytes        1676 fs/btrfs/free-space-cache.c 		max_bytes = MAX_CACHE_BYTES_PER_GIG * div_u64(size, SZ_1G);
max_bytes        1685 fs/btrfs/free-space-cache.c 	if (bitmap_bytes >= max_bytes) {
max_bytes        1694 fs/btrfs/free-space-cache.c 	extent_bytes = max_bytes - bitmap_bytes;
max_bytes        1695 fs/btrfs/free-space-cache.c 	extent_bytes = min_t(u64, extent_bytes, max_bytes >> 1);
max_bytes          67 fs/btrfs/tests/extent-io-tests.c 	u64 max_bytes = BTRFS_MAX_EXTENT_SIZE;
max_bytes          68 fs/btrfs/tests/extent-io-tests.c 	u64 total_dirty = 2 * max_bytes;
max_bytes         144 fs/btrfs/tests/extent-io-tests.c 	set_extent_delalloc(tmp, sectorsize, max_bytes - 1, 0, NULL);
max_bytes         153 fs/btrfs/tests/extent-io-tests.c 	if (start != test_start || end != max_bytes - 1) {
max_bytes         155 fs/btrfs/tests/extent-io-tests.c 				test_start, max_bytes - 1, start, end);
max_bytes         172 fs/btrfs/tests/extent-io-tests.c 	test_start = max_bytes + sectorsize;
max_bytes         199 fs/btrfs/tests/extent-io-tests.c 	set_extent_delalloc(tmp, max_bytes, total_dirty - 1, 0, NULL);
max_bytes         225 fs/btrfs/tests/extent-io-tests.c 			     (max_bytes + SZ_1M) >> PAGE_SHIFT);
max_bytes         813 fs/ceph/inode.c 	__ceph_update_quota(ci, iinfo->max_bytes, iinfo->max_files);
max_bytes          85 fs/ceph/mds_client.c 	ceph_decode_64_safe(p, end, info->max_bytes, bad);
max_bytes         193 fs/ceph/mds_client.c 			info->max_bytes = 0;
max_bytes        2063 fs/ceph/mds_client.c 	req->r_args.readdir.max_bytes = cpu_to_le32(opt->max_readdir_bytes);
max_bytes          69 fs/ceph/mds_client.h 	u64 max_bytes;
max_bytes          73 fs/ceph/quota.c 	__ceph_update_quota(ci, le64_to_cpu(h->max_bytes),
max_bytes        1157 fs/ceph/super.h 				       u64 max_bytes, u64 max_files)
max_bytes        1161 fs/ceph/super.h 	ci->i_max_bytes = max_bytes;
max_bytes         371 fs/ceph/xattr.c 	XATTR_QUOTA_FIELD(quota, max_bytes),
max_bytes         631 fs/fs-writeback.c 	unsigned long avg_time, max_bytes, max_time;
max_bytes         645 fs/fs-writeback.c 		max_bytes = wbc->wb_bytes;
max_bytes         648 fs/fs-writeback.c 		max_bytes = wbc->wb_lcand_bytes;
max_bytes         651 fs/fs-writeback.c 		max_bytes = wbc->wb_tcand_bytes;
max_bytes         661 fs/fs-writeback.c 	max_time = DIV_ROUND_UP((max_bytes >> PAGE_SHIFT) << WB_FRN_TIME_SHIFT,
max_bytes         993 fs/gfs2/file.c 	loff_t bytes, max_bytes, max_blks;
max_bytes        1031 fs/gfs2/file.c 		max_bytes = (len > max_chunk_size) ? max_chunk_size : len;
max_bytes        1060 fs/gfs2/file.c 		calc_max_reserv(ip, &max_bytes, &data_blocks,
max_bytes        1073 fs/gfs2/file.c 		error = fallocate_chunk(inode, offset, max_bytes, mode);
max_bytes        1079 fs/gfs2/file.c 		len -= max_bytes;
max_bytes        1080 fs/gfs2/file.c 		offset += max_bytes;
max_bytes        1311 fs/io_uring.c  		unsigned long max_bytes;
max_bytes        1314 fs/io_uring.c  		max_bytes = filp->f_ra.ra_pages << (PAGE_SHIFT + 3);
max_bytes        1315 fs/io_uring.c  		if (!max_bytes)
max_bytes        1316 fs/io_uring.c  			max_bytes = VM_READAHEAD_PAGES << (PAGE_SHIFT + 3);
max_bytes        1319 fs/io_uring.c  		if (async_list->io_len + len <= max_bytes) {
max_bytes         380 fs/ubifs/sb.c  	long long max_bytes;
max_bytes         439 fs/ubifs/sb.c  	max_bytes = (long long)c->leb_size * UBIFS_MIN_BUD_LEBS;
max_bytes         440 fs/ubifs/sb.c  	if (c->max_bud_bytes < max_bytes) {
max_bytes         442 fs/ubifs/sb.c  			  c->max_bud_bytes, max_bytes);
max_bytes         446 fs/ubifs/sb.c  	max_bytes = (long long)c->leb_size * c->main_lebs;
max_bytes         447 fs/ubifs/sb.c  	if (c->max_bud_bytes > max_bytes) {
max_bytes         449 fs/ubifs/sb.c  			  c->max_bud_bytes, max_bytes);
max_bytes         483 fs/ubifs/sb.c  	if (c->rp_size < 0 || max_bytes < c->rp_size) {
max_bytes          61 include/drm/drm_audio_component.h 		       unsigned char *buf, int max_bytes);
max_bytes         403 include/linux/ceph/ceph_fs.h 		__le32 max_bytes;
max_bytes         830 include/linux/ceph/ceph_fs.h 	__le64 max_bytes;	/* quota max. bytes */
max_bytes          20 include/sound/hda_component.h 			   bool *audio_enabled, char *buffer, int max_bytes);
max_bytes          44 include/sound/hda_component.h 					 char *buffer, int max_bytes)
max_bytes         627 include/uapi/linux/pkt_sched.h 	__s32   max_bytes;
max_bytes         645 net/sched/sch_netem.c 	q->slot.bytes_left = q->slot_config.max_bytes;
max_bytes         813 net/sched/sch_netem.c 	if (q->slot_config.max_bytes == 0)
max_bytes         814 net/sched/sch_netem.c 		q->slot_config.max_bytes = INT_MAX;
max_bytes         816 net/sched/sch_netem.c 	q->slot.bytes_left = q->slot_config.max_bytes;
max_bytes        1200 net/sched/sch_netem.c 		if (slot.max_bytes == INT_MAX)
max_bytes        1201 net/sched/sch_netem.c 			slot.max_bytes = 0;
max_bytes         163 sound/hda/hdac_component.c 			   bool *audio_enabled, char *buffer, int max_bytes)
max_bytes         180 sound/hda/hdac_component.c 				   buffer, max_bytes);
max_bytes         626 tools/include/uapi/linux/pkt_sched.h 	__s32   max_bytes;
max_bytes         112 tools/perf/builtin-timechart.c 	u64		max_bytes;
max_bytes         810 tools/perf/builtin-timechart.c 		if ((u64)ret > c->max_bytes)
max_bytes         811 tools/perf/builtin-timechart.c 			c->max_bytes = ret;
max_bytes         832 tools/perf/builtin-timechart.c 		if (!sample->err && sample->bytes > c->max_bytes)
max_bytes         833 tools/perf/builtin-timechart.c 			c->max_bytes = sample->bytes;
max_bytes        1154 tools/perf/builtin-timechart.c 				double h = (double)sample->bytes / c->max_bytes;