/openbmc/linux/arch/x86/crypto/ |
H A D | ecb_cbc_helpers.h | 32 #define ECB_WALK_ADVANCE(blocks) do { \ argument 38 #define ECB_BLOCK(blocks, func) do { \ argument 61 #define CBC_DEC_BLOCK(blocks, func) do { \ argument
|
H A D | blake2s-glue.c | 40 const size_t blocks = min_t(size_t, nblocks, in blake2s_compress() local
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 96 int rounds, int blocks)) in __ecb_crypt() 106 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __ecb_crypt() local 166 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_encrypt() local 189 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in cbc_decrypt() local 217 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in ctr_encrypt() local 278 int rounds, int blocks, u8 iv[])) in __xts_crypt() 316 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in __xts_crypt() local
|
H A D | sha512-ce-glue.c | 35 int blocks) in __sha512_ce_transform() 49 int blocks) in __sha512_block_data_order()
|
H A D | aes-glue.c | 185 unsigned int blocks; in ecb_encrypt() local 205 unsigned int blocks; in ecb_decrypt() local 225 unsigned int blocks; in cbc_encrypt_walk() local 254 unsigned int blocks; in cbc_decrypt_walk() local 413 unsigned int blocks; in essiv_cbc_encrypt() local 435 unsigned int blocks; in essiv_cbc_decrypt() local 877 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update() 919 int blocks = len / AES_BLOCK_SIZE; in mac_update() local
|
H A D | ghash-ce-glue.c | 74 static void ghash_do_update(int blocks, u64 dg[], const char *src, in ghash_do_update() 99 void ghash_do_simd_update(int blocks, u64 dg[], const char *src, in ghash_do_simd_update() 101 void (*simd_update)(int blocks, u64 dg[], in ghash_do_simd_update() 128 int blocks; in ghash_update() local 283 int blocks = count / GHASH_BLOCK_SIZE; in gcm_update_mac() local
|
H A D | sha256-glue.c | 31 int blocks) in __sha256_block_data_order() 40 int blocks) in __sha256_block_neon()
|
H A D | sha2-ce-glue.c | 37 int blocks) in __sha2_ce_transform() 59 int blocks) in __sha256_block_data_order()
|
/openbmc/linux/arch/m68k/emu/ |
H A D | nfblock.c | 40 static inline s32 nfhd_get_capacity(u32 major, u32 minor, u32 *blocks, in nfhd_get_capacity() 55 u32 blocks, bsize; member 97 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one() 150 u32 blocks, bsize; in nfhd_init() local
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | agheader.c | 372 xfs_extlen_t *blocks = priv; in xchk_agf_record_bno_lengths() local 384 xfs_extlen_t blocks = 0; in xchk_agf_xref_freeblks() local 405 xfs_extlen_t blocks; in xchk_agf_xref_cntbt() local 437 xfs_agblock_t blocks; in xchk_agf_xref_btreeblks() local 486 xfs_agblock_t blocks; in xchk_agf_xref_refcblks() local 819 xfs_agblock_t blocks; in xchk_agi_xref_fiblocks() local
|
/openbmc/linux/drivers/mfd/ |
H A D | stmpe.c | 35 unsigned int blocks; member 41 static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_enable() 46 static int __stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in __stmpe_disable() 126 int stmpe_enable(struct stmpe *stmpe, unsigned int blocks) in stmpe_enable() 143 int stmpe_disable(struct stmpe *stmpe, unsigned int blocks) in stmpe_disable() 408 static int stmpe801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe801_enable() 527 static int stmpe811_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe811_enable() 642 static int stmpe1600_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1600_enable() 776 static int stmpe1601_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1601_enable() 877 static int stmpe1801_enable(struct stmpe *stmpe, unsigned int blocks, in stmpe1801_enable() [all …]
|
/openbmc/linux/crypto/async_tx/ |
H A D | async_pq.c | 107 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 D | async_raid6_recov.c | 154 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()
|
/openbmc/qemu/include/exec/ |
H A D | ram_addr.h | 158 DirtyMemoryBlocks *blocks; in cpu_physical_memory_get_dirty() local 198 DirtyMemoryBlocks *blocks; in cpu_physical_memory_all_dirty() local 273 DirtyMemoryBlocks *blocks; in cpu_physical_memory_set_dirty_flag() local 292 DirtyMemoryBlocks *blocks[DIRTY_MEMORY_NUM]; in cpu_physical_memory_set_dirty_range() local 363 unsigned long **blocks[DIRTY_MEMORY_NUM]; in cpu_physical_memory_set_dirty_lebitmap() local
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 90 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 339 int rounds, int blocks, u8 iv[], int)) in __xts_crypt() 369 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; in __xts_crypt() local
|
H A D | aes-ce-glue.c | 172 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
|
/openbmc/linux/fs/sysv/ |
H A D | balloc.c | 47 sysv_zone_t *blocks = sbi->s_bcache; in sysv_free_block() local 165 sysv_zone_t *blocks; in sysv_count_free_blocks() local
|
/openbmc/u-boot/drivers/scsi/ |
H A D | scsi.c | 57 unsigned long blocks) in scsi_setup_read16() 86 unsigned short blocks) in scsi_setup_read_ext() 107 unsigned short blocks) in scsi_setup_write_ext() 175 unsigned long blocks; in scsi_read() local
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 1299 sector_t blocks; in md_bitmap_daemon_work() local 1418 sector_t offset, sector_t *blocks, in md_bitmap_get_counter() 1484 sector_t blocks; in md_bitmap_startwrite() local 1545 sector_t blocks; in md_bitmap_endwrite() local 1612 int md_bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, in md_bitmap_start_sync() 1674 sector_t blocks; in md_bitmap_close_sync() local 1687 sector_t blocks; in md_bitmap_cond_end_sync() local 1719 sector_t sector, blocks = 0; in md_bitmap_sync_with_cluster() local 1887 sector_t blocks = mddev->resync_max_sectors; in md_bitmap_create() local 1994 sector_t blocks; in md_bitmap_load() local [all …]
|
/openbmc/linux/mm/ |
H A D | dmapool_test.c | 40 static int dmapool_test_alloc(struct dma_pool_pair *p, int blocks) in dmapool_test_alloc() 64 int blocks = nr_blocks(parms->size); in dmapool_test_block() local
|
/openbmc/linux/fs/ext4/ |
H A D | ext4_jbd2.h | 294 int blocks) in ext4_free_metadata_revoke_credits() 313 #define ext4_journal_start_with_reserve(inode, type, blocks, rsv_blocks)\ argument 317 #define ext4_journal_start_with_revoke(inode, type, blocks, revoke_creds) \ argument 323 int blocks, int rsv_blocks, in __ext4_journal_start() 478 static inline int ext4_free_data_revoke_credits(struct inode *inode, int blocks) in ext4_free_data_revoke_credits()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_buddy.c | 493 struct list_head *blocks) in __alloc_range() 571 struct list_head *blocks) in __drm_buddy_alloc_range() 602 struct list_head *blocks) in drm_buddy_block_trim() 674 struct list_head *blocks, in drm_buddy_alloc_blocks()
|
/openbmc/linux/fs/gfs2/ |
H A D | trans.c | 41 unsigned int blocks, unsigned int revokes, in __gfs2_trans_begin() 109 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin()
|
/openbmc/linux/fs/quota/ |
H A D | quota_v1.c | 27 static inline qsize_t v1_qbtos(qsize_t blocks) in v1_qbtos() 130 ulong blocks; in v1_check_quota_file() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_quota.h | 112 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() 148 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres() 176 xfs_quota_unreserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_unreserve_blkres()
|