Home
last modified time | relevance | path

Searched refs:update_size (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c130 int update_size; in zynqmp_sha_digest() local
140 update_size = ZYNQMP_DMA_ALLOC_FIXED_SIZE; in zynqmp_sha_digest()
143 update_size = remaining_len; in zynqmp_sha_digest()
146 memcpy(ubuf, data, update_size); in zynqmp_sha_digest()
147 flush_icache_range((unsigned long)ubuf, (unsigned long)ubuf + update_size); in zynqmp_sha_digest()
148 ret = zynqmp_pm_sha_hash(update_dma_addr, update_size, ZYNQMP_SHA3_UPDATE); in zynqmp_sha_digest()
152 data += update_size; in zynqmp_sha_digest()
/linux/fs/btrfs/
H A Dblock-rsv.h79 bool update_size);
82 u64 num_bytes, bool update_size);
H A Dblock-rsv.c164 bool update_size) in btrfs_block_rsv_migrate() argument
172 btrfs_block_rsv_add_bytes(dst, num_bytes, update_size); in btrfs_block_rsv_migrate()
314 u64 num_bytes, bool update_size) in btrfs_block_rsv_add_bytes() argument
318 if (update_size) in btrfs_block_rsv_add_bytes()
H A Dtree-log.c1839 bool update_size = true; in replay_one_name() local
1894 update_size = false; in replay_one_name()
1911 update_size = false; in replay_one_name()
1924 update_size = false; in replay_one_name()
1934 update_size = false; in replay_one_name()
1938 if (!ret && update_size) { in replay_one_name()
/linux/drivers/leds/
H A Dleds-lp8501.c212 int update_size; in lp8501_update_program_memory() local
242 update_size = i; in lp8501_update_program_memory()
243 for (i = 0; i < update_size; i++) in lp8501_update_program_memory()
/linux/drivers/md/
H A Dmd-cluster.h33 void (*update_size)(struct mddev *mddev, sector_t old_dev_sectors); member
H A Dmd-cluster.c1265 static void update_size(struct mddev *mddev, sector_t old_dev_sectors) in update_size() function
1594 .update_size = update_size,
H A Dmd.c4751 static int update_size(struct mddev *mddev, sector_t num_sectors);
4769 err = update_size(mddev, sectors); in size_store()
7377 static int update_size(struct mddev *mddev, sector_t num_sectors) in update_size() function
7411 md_cluster_ops->update_size(mddev, old_dev_sectors); in update_size()
7519 rv = update_size(mddev, (sector_t)info->size * 2); in update_array_info()
9755 md_cluster_ops->update_size(mddev, old_dev_sectors); in md_reap_sync_thread()
/linux/drivers/input/rmi4/
H A Drmi_f34.h283 int update_size; member
H A Drmi_f34.c170 f34->update_size; in rmi_f34_write_blocks()
203 f34->update_size = image_size + config_size; in rmi_f34_flash_firmware()
H A Drmi_f34v7.c594 f34->update_size += block_count; in rmi_f34v7_check_bl_config_size()
765 f34->update_size; in rmi_f34v7_write_f34v7_blocks()
1038 f34->update_size = 0; in rmi_f34v7_do_reflash()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c4662 bool update_size = *dump; in qed_ilt_dump_pages_section() local
4684 update_size = false; in qed_ilt_dump_pages_section()
4767 if (update_size) { in qed_ilt_dump_pages_section()