Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-neonbs-glue.c94 int rounds, int blocks)) in __ecb_crypt()
104 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __ecb_crypt() local
164 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_encrypt() local
187 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_decrypt() local
216 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in ctr_encrypt() local
273 int rounds, int blocks, u8 iv[])) in __xts_crypt()
311 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __xts_crypt() local
H A Dghash-ce-glue.c71 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update()
96 void ghash_do_simd_update(int blocks, u64 dg[], const char *src, in ghash_do_simd_update()
98 void (*simd_update)(int blocks, u64 dg[], in ghash_do_simd_update()
125 int blocks; in ghash_update() local
288 int blocks = count / GHASH_BLOCK_SIZE; in gcm_update_mac() local
398 int blocks = walk.nbytes / AES_BLOCK_SIZE; in gcm_encrypt() local
525 int blocks = walk.nbytes / AES_BLOCK_SIZE; in gcm_decrypt() local
H A Daes-glue.c179 unsigned int blocks; in ecb_encrypt() local
199 unsigned int blocks; in ecb_decrypt() local
219 unsigned int blocks; in cbc_encrypt_walk() local
248 unsigned int blocks; in cbc_decrypt_walk() local
407 unsigned int blocks; in essiv_cbc_encrypt() local
429 unsigned int blocks; in essiv_cbc_decrypt() local
451 int blocks; in ctr_encrypt() local
804 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update()
846 int blocks = len / AES_BLOCK_SIZE; in mac_update() local
H A Dsha512-ce-glue.c35 int blocks) in __sha512_ce_transform()
49 int blocks) in __sha512_block_data_order()
H A Dsha256-glue.c30 int blocks) in __sha256_block_data_order()
39 int blocks) in __sha256_block_neon()
H A Dsha2-ce-glue.c37 int blocks) in __sha2_ce_transform()
59 int blocks) in __sha256_block_data_order()
/OK3568_Linux_fs/kernel/arch/m68k/emu/
H A Dnfblock.c41 static inline s32 nfhd_get_capacity(u32 major, u32 minor, u32 *blocks, in nfhd_get_capacity()
56 u32 blocks, bsize; member
100 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one()
156 u32 blocks, bsize; in nfhd_init() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dstmpe.c39 unsigned int blocks; member
47 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_enable()
52 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable()
132 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable()
149 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable()
412 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable()
529 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable()
644 static int stmpe1600_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1600_enable()
778 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable()
879 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dagheader.c350 xfs_extlen_t *blocks = priv; in xchk_agf_record_bno_lengths() local
362 xfs_extlen_t blocks = 0; in xchk_agf_xref_freeblks() local
383 xfs_extlen_t blocks; in xchk_agf_xref_cntbt() local
415 xfs_agblock_t blocks; in xchk_agf_xref_btreeblks() local
460 xfs_agblock_t blocks; in xchk_agf_xref_refcblks() local
790 xfs_agblock_t blocks; in xchk_agi_xref_fiblocks() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_memory_region.c35 struct list_head *blocks) in intel_memory_region_free_pages()
51 struct list_head *blocks) in __intel_memory_region_put_pages_buddy()
61 struct list_head blocks; in __intel_memory_region_put_block_buddy() local
72 struct list_head *blocks) in __intel_memory_region_get_pages_buddy()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Daes-neonbs-glue.c90 int rounds, int blocks)) in __ecb_crypt()
100 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __ecb_crypt() local
174 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_decrypt() local
246 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in ctr_encrypt() local
346 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
376 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __xts_crypt() local
H A Daes-ce-glue.c172 unsigned int blocks; in ecb_encrypt() local
192 unsigned int blocks; in ecb_decrypt() local
212 unsigned int blocks; in cbc_encrypt_walk() local
242 unsigned int blocks; in cbc_decrypt_walk() local
388 int err, blocks; in ctr_encrypt() local
/OK3568_Linux_fs/kernel/crypto/async_tx/
H A Dasync_pq.c107 do_sync_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in do_sync_gen_syndrome()
177 async_gen_syndrome(struct page **blocks, unsigned int *offsets, int disks, in async_gen_syndrome()
272 pq_val_chan(struct async_submit_ctl *submit, struct page **blocks, int disks, size_t len) in pq_val_chan()
298 async_syndrome_val(struct page **blocks, unsigned int *offsets, int disks, in async_syndrome_val()
H A Dasync_raid6_recov.c154 struct page **blocks, unsigned int *offs, in __2data_recov_4()
204 struct page **blocks, unsigned int *offs, in __2data_recov_5()
295 struct page **blocks, unsigned int *offs, in __2data_recov_n()
394 struct page **blocks, unsigned int *offs, in async_raid6_2data_recov()
472 struct page **blocks, unsigned int *offs, in async_raid6_datap_recov()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-bitmap.c1232 sector_t blocks; in md_bitmap_daemon_work() local
1353 sector_t offset, sector_t *blocks, in md_bitmap_get_counter()
1411 sector_t blocks; in md_bitmap_startwrite() local
1472 sector_t blocks; in md_bitmap_endwrite() local
1511 static int __bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, in __bitmap_start_sync()
1539 int md_bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, in md_bitmap_start_sync()
1563 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in md_bitmap_end_sync()
1601 sector_t blocks; in md_bitmap_close_sync() local
1614 sector_t blocks; in md_bitmap_cond_end_sync() local
1646 sector_t sector, blocks = 0; in md_bitmap_sync_with_cluster() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c59 unsigned long blocks) in scsi_setup_read16()
88 unsigned short blocks) in scsi_setup_read_ext()
109 unsigned short blocks) in scsi_setup_write_ext()
178 unsigned long blocks; in scsi_read() local
/OK3568_Linux_fs/kernel/fs/sysv/
H A Dballoc.c47 sysv_zone_t *blocks = sbi->s_bcache; in sysv_free_block() local
165 sysv_zone_t *blocks; in sysv_count_free_blocks() local
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_jbd2.h296 int blocks) in ext4_free_metadata_revoke_credits()
315 #define ext4_journal_start_with_reserve(inode, type, blocks, rsv_blocks)\ argument
319 #define ext4_journal_start_with_revoke(inode, type, blocks, revoke_creds) \ argument
325 int blocks, int rsv_blocks, in __ext4_journal_start()
480 static inline int ext4_free_data_revoke_credits(struct inode *inode, int blocks) in ext4_free_data_revoke_credits()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_sparse.c61 ulong offset, ulong blocks) in flash_write_data()
99 static int flash_fill_data(struct blk_desc *desc, ulong offset, ulong blocks, in flash_fill_data()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dfile.c173 int blocks = min_t(int, n, PAGE_SIZE >> 2); in read_indexes() local
214 static inline int calculate_skip(u64 blocks) in calculate_skip()
275 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota_v1.c27 static inline qsize_t v1_qbtos(qsize_t blocks) in v1_qbtos()
130 ulong blocks; in v1_check_quota_file() local
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dsha256_ce_glue.c15 unsigned int blocks) in sha256_process()
H A Dsha1_ce_glue.c15 unsigned int blocks) in sha1_process()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dblake2s-glue.c42 const size_t blocks = min_t(size_t, nblocks, in blake2s_compress() local
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dspeedtest.c43 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase()
176 int err, i, blocks, j, k; in mtd_speedtest_init() local

12345678910>>...12