| /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 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 214 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in ctr_encrypt() local 277 int rounds, int blocks, u8 iv[])) in __xts_crypt() 317 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; in __xts_crypt() local
|
| /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
|
| /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() 155 u32 blocks, bsize; in nfhd_init() local
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 439 xfs_extlen_t *blocks = priv; in xchk_agf_record_bno_lengths() local 451 xfs_extlen_t blocks = 0; in xchk_agf_xref_freeblks() local 472 xfs_extlen_t blocks; in xchk_agf_xref_cntbt() local 504 xfs_filblks_t blocks; in xchk_agf_xref_btreeblks() local 553 xfs_filblks_t blocks; in xchk_agf_xref_refcblks() local 886 xfs_filblks_t blocks; in xchk_agi_xref_fiblocks() local
|
| /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()
|
| /linux/drivers/md/ |
| H A D | md-bitmap.c | 1511 sector_t blocks; in bitmap_daemon_work() local 1628 sector_t offset, sector_t *blocks, in md_bitmap_get_counter() 1686 sector_t blocks; in bitmap_start_write() local 1740 sector_t blocks; in bitmap_end_write() local 1780 sector_t *blocks, bool degraded) in __bitmap_start_sync() 1805 sector_t *blocks, bool degraded) in bitmap_start_sync() 1829 sector_t *blocks, bool aborted) in __bitmap_end_sync() 1856 sector_t *blocks) in bitmap_end_sync() 1868 sector_t blocks; in bitmap_close_sync() local 1884 sector_t blocks; in bitmap_cond_end_sync() local [all …]
|
| H A D | md-llbitmap.c | 778 sector_t blocks = mddev->resync_max_sectors; in llbitmap_init() local 1010 static int llbitmap_resize(struct mddev *mddev, sector_t blocks, int chunksize) in llbitmap_resize() 1238 int blocks = llbitmap->chunksize - (offset & (llbitmap->chunksize - 1)); in llbitmap_skip_sync_blocks() local 1259 sector_t *blocks, bool degraded) in llbitmap_start_sync() 1275 sector_t *blocks) in llbitmap_end_sync()
|
| H A D | dm-ebs-target.c | 145 sector_t block, blocks, sector = bio->bi_iter.bi_sector; in __ebs_discard_bio() local 169 sector_t blocks, sector = bio->bi_iter.bi_sector; in __ebs_forget_bio() local
|
| /linux/mm/ |
| H A D | dmapool_test.c | 41 static int dmapool_test_alloc(struct dma_pool_pair *p, int blocks) in dmapool_test_alloc() 65 int blocks = nr_blocks(parms->size); in dmapool_test_block() local
|
| /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
|
| /linux/drivers/mtd/tests/ |
| H A D | speedtest.c | 43 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase() 175 int err, i, blocks, j, k; in mtd_speedtest_init() local
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_buddy.c | 801 struct list_head *blocks, in __alloc_range() 897 struct list_head *blocks) in __drm_buddy_alloc_range() 912 struct list_head *blocks) in __alloc_contig_try_harder() 994 struct list_head *blocks) in drm_buddy_block_trim() 1102 struct list_head *blocks, in drm_buddy_alloc_blocks()
|
| /linux/lib/crypto/x86/ |
| H A D | blake2s.h | 34 const size_t blocks = min_t(size_t, nblocks, in blake2s_compress() local
|
| /linux/lib/crypto/arm/ |
| H A D | blake2b.h | 24 const size_t blocks = min_t(size_t, nblocks, in blake2b_compress() local
|
| /linux/fs/squashfs/ |
| H A D | file.c | 175 int blocks = min_t(int, n, PAGE_SIZE >> 2); in read_indexes() local 216 static inline int calculate_skip(u64 blocks) in calculate_skip() 277 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_ttm_buddy_manager.h | 33 struct list_head blocks; member
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_mock_manager.h | 20 struct list_head blocks; member
|
| /linux/net/mac80211/ |
| H A D | michael.c | 57 size_t block, blocks, left; in michael_mic() local
|
| /linux/drivers/edac/ |
| H A D | edac_device.h | 130 struct edac_device_block *blocks; /* block array */ member 207 struct edac_device_block *blocks; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | psock_tpacket.c | 630 static void __v1_v2_fill(struct ring *ring, unsigned int blocks) in __v1_v2_fill() 646 static void __v3_fill(struct ring *ring, unsigned int blocks, int type) in __v3_fill() 670 unsigned int blocks = 256; in setup_ring() local
|
| /linux/drivers/gpu/drm/msm/disp/ |
| H A D | msm_disp_snapshot.h | 49 struct list_head blocks; member
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-common.h | 51 __u32 blocks; member
|
| /linux/tools/perf/util/ |
| H A D | call-path.h | 56 struct list_head blocks; member
|
| /linux/fs/ocfs2/ |
| H A D | journal.h | 548 int blocks = ocfs2_mknod_credits(sb, 0, 0); in ocfs2_calc_symlink_credits() local 560 int blocks; in ocfs2_calc_group_alloc_credits() local
|