Home
last modified time | relevance | path

Searched defs:blocks (Results 26 – 50 of 269) sorted by relevance

1234567891011

/openbmc/linux/fs/squashfs/
H A Dfile.c174 int blocks = min_t(int, n, PAGE_SIZE >> 2); in read_indexes() local
215 static inline int calculate_skip(u64 blocks) in calculate_skip()
276 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() local
/openbmc/linux/drivers/mtd/tests/
H A Dspeedtest.c43 static int multiblock_erase(int ebnum, int blocks) in multiblock_erase()
175 int err, i, blocks, j, k; in mtd_speedtest_init() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_ttm_buddy_manager.h33 struct list_head blocks; member
/openbmc/u-boot/cmd/
H A Donenand.c65 int blocks = (int) len >> this->erase_shift; in onenand_block_read() local
136 int blocks = len >> this->erase_shift; in onenand_block_write() local
227 int blocks; in onenand_block_test() local
/openbmc/linux/net/mac80211/
H A Dmichael.c57 size_t block, blocks, left; in michael_mic() local
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-glue.c27 int blocks) in __sha512_block_data_order()
H A Dsha3-ce-glue.c44 int blocks; in sha3_update() local
/openbmc/linux/arch/arm/crypto/
H A Dblake2b-neon-glue.c30 const size_t blocks = min_t(size_t, nblocks, in blake2b_compress_arch() local
/openbmc/linux/crypto/
H A Dsha1_generic.c31 int blocks) in sha1_generic_block_fn()
H A Dsm3.c170 u8 const *data, int blocks, u32 W[16]) in sm3_block()
186 int blocks; in sm3_update() local
/openbmc/linux/drivers/gpu/drm/msm/disp/
H A Dmsm_disp_snapshot.h48 struct list_head blocks; member
/openbmc/linux/include/crypto/
H A Dsha1_base.h46 int blocks; in sha1_base_do_update() local
H A Dsm3_base.h49 int blocks; in sm3_base_do_update() local
H A Dsha512_base.h69 int blocks; in sha512_base_do_update() local
/openbmc/linux/lib/crypto/
H A Dblake2s-selftest.c603 u8 blocks[BLAKE2S_BLOCK_SIZE * 2 + TEST_ALIGNMENT - 1] in blake2s_random_test() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.h42 struct list_head blocks; member
/openbmc/linux/fs/xfs/scrub/
H A Dagheader_repair.c260 xfs_agblock_t blocks; in xrep_agf_calc_from_btrees() local
913 xfs_agblock_t blocks; in xrep_agi_calc_from_btrees() local
926 xfs_agblock_t blocks; in xrep_agi_calc_from_btrees() local
/openbmc/linux/include/uapi/linux/
H A Dv4l2-common.h51 __u32 blocks; member
/openbmc/linux/tools/perf/util/
H A Dcall-path.h56 struct list_head blocks; member
/openbmc/linux/drivers/md/
H A Ddm-ebs-target.c145 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
/openbmc/linux/fs/
H A Dmpage.c170 sector_t blocks[MAX_BUF_PER_PAGE]; in do_mpage_readpage() local
480 sector_t blocks[MAX_BUF_PER_PAGE]; in __mpage_writepage() local
/openbmc/qemu/include/exec/
H A Dramlist.h44 unsigned long *blocks[]; member
/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c630 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
/openbmc/linux/fs/gfs2/
H A Dinode.h45 static inline void gfs2_set_inode_blocks(struct inode *inode, u64 blocks) in gfs2_set_inode_blocks()
/openbmc/u-boot/lib/
H A Dsha512.c194 int blocks) in sha512_block_fn()
213 int blocks; in sha512_base_do_update() local

1234567891011