| /linux-4.4.14/arch/x86/crypto/ | 
| D | glue_helper.c | 40 	const unsigned int bsize = 128 / 8;  in __glue_ecb_crypt_128bit()  local97 	const unsigned int bsize = 128 / 8;  in __glue_cbc_encrypt_128bit()  local
 143 	const unsigned int bsize = 128 / 8;  in __glue_cbc_decrypt_128bit()  local
 196 	const unsigned int bsize = 128 / 8;  in glue_cbc_decrypt_128bit()  local
 240 	const unsigned int bsize = 128 / 8;  in __glue_ctr_crypt_128bit()  local
 279 	const unsigned int bsize = 128 / 8;  in glue_ctr_crypt_128bit()  local
 311 	const unsigned int bsize = 128 / 8;  in __glue_xts_crypt_128bit()  local
 349 	const unsigned int bsize = 128 / 8;  in glue_xts_crypt_128bit()  local
 
 | 
| D | cast5_avx_glue.c | 64 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in ecb_crypt()  local135 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in __cbc_encrypt()  local
 176 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in __cbc_decrypt()  local
 269 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| D | blowfish_glue.c | 85 	unsigned int bsize = BF_BLOCK_SIZE;  in ecb_crypt()  local147 	unsigned int bsize = BF_BLOCK_SIZE;  in __cbc_encrypt()  local
 188 	unsigned int bsize = BF_BLOCK_SIZE;  in __cbc_decrypt()  local
 284 	unsigned int bsize = BF_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| D | des3_ede_glue.c | 89 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in ecb_crypt()  local154 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __cbc_encrypt()  local
 195 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __cbc_decrypt()  local
 290 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| D | serpent_avx2_glue.c | 189 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in encrypt_callback()  local213 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | camellia_aesni_avx2_glue.c | 211 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in encrypt_callback()  local241 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | camellia_aesni_avx_glue.c | 215 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in encrypt_callback()  local239 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | twofish_avx_glue.c | 223 	const unsigned int bsize = TF_BLOCK_SIZE;  in encrypt_callback()  local245 	const unsigned int bsize = TF_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | serpent_avx_glue.c | 223 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in encrypt_callback()  local240 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | twofish_glue_3way.c | 188 	const unsigned int bsize = TF_BLOCK_SIZE;  in encrypt_callback()  local203 	const unsigned int bsize = TF_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | serpent_sse2_glue.c | 192 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in encrypt_callback()  local209 	const unsigned int bsize = SERPENT_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | cast6_avx_glue.c | 210 	const unsigned int bsize = CAST6_BLOCK_SIZE;  in encrypt_callback()  local227 	const unsigned int bsize = CAST6_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| D | camellia_glue.c | 1410 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in encrypt_callback()  local1426 	const unsigned int bsize = CAMELLIA_BLOCK_SIZE;  in decrypt_callback()  local
 
 | 
| /linux-4.4.14/arch/s390/crypto/ | 
| D | sha_common.c | 24 	unsigned int bsize = crypto_shash_blocksize(desc->tfm);  in s390_sha_update()  local66 	unsigned int bsize = crypto_shash_blocksize(desc->tfm);  in s390_sha_final()  local
 
 | 
| /linux-4.4.14/fs/freevxfs/ | 
| D | vxfs_olt.c | 57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize)  in vxfs_oblock()77 vxfs_read_olt(struct super_block *sbp, u_long bsize)  in vxfs_read_olt()
 
 | 
| D | vxfs_lookup.c | 67 	u_long			bsize = ip->i_sb->s_blocksize;  in dir_blocks()  local110 	u_long				bsize = ip->i_sb->s_blocksize;  in vxfs_find_entry()  local
 235 	u_long			bsize = sbp->s_blocksize;  in vxfs_readdir()  local
 
 | 
| D | vxfs_super.c | 153 	u_long			bsize;  in vxfs_fill_super()  local
 | 
| D | vxfs_bmap.c | 71 	unsigned long bsize = sb->s_blocksize;  in vxfs_bmap_ext4()  local
 | 
| /linux-4.4.14/crypto/ | 
| D | pcbc.c | 51 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_encrypt_segment()  local76 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_encrypt_inplace()  local
 129 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_decrypt_segment()  local
 156 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_decrypt_inplace()  local
 
 | 
| D | cbc.c | 48 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_cbc_encrypt_segment()  local72 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_cbc_encrypt_inplace()  local
 120 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_cbc_decrypt_segment()  local
 146 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_cbc_decrypt_inplace()  local
 
 | 
| D | cts.c | 80 	int bsize = crypto_blkcipher_blocksize(desc->tfm);  in cts_cbc_encrypt()  local130 	int bsize = crypto_blkcipher_blocksize(desc->tfm);  in crypto_cts_encrypt()  local
 166 	int bsize = crypto_blkcipher_blocksize(desc->tfm);  in cts_cbc_decrypt()  local
 225 	int bsize = crypto_blkcipher_blocksize(desc->tfm);  in crypto_cts_decrypt()  local
 
 | 
| D | ctr.c | 58 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_final()  local79 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_segment()  local
 105 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_inplace()  local
 135 	unsigned int bsize = crypto_cipher_blocksize(child);  in crypto_ctr_crypt()  local
 
 | 
| D | blkcipher.c | 75 					       unsigned int bsize)  in blkcipher_done_slow()149 				      unsigned int bsize,  in blkcipher_next_slow()
 227 	unsigned int bsize;  in blkcipher_walk_next()  local
 
 | 
| D | lrw.c | 84 	int err, bsize = LRW_BLOCK_SIZE;  in setkey()  local221 	const unsigned int bsize = LRW_BLOCK_SIZE;  in lrw_crypt()  local
 
 | 
| D | ablkcipher.c | 77 						unsigned int bsize)  in ablkcipher_done_slow()151 				       unsigned int bsize,  in ablkcipher_next_slow()
 229 	unsigned int alignmask, bsize, n;  in ablkcipher_walk_next()  local
 
 | 
| D | ecb.c | 46 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_ecb_crypt()  local
 | 
| D | xts.c | 173 	const unsigned int bsize = XTS_BLOCK_SIZE;  in xts_crypt()  local
 | 
| /linux-4.4.14/arch/m68k/emu/ | 
| D | nfblock.c | 56 	u32 blocks, bsize;  member99 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize)  in nfhd_init_one()
 157 	u32 blocks, bsize;  in nfhd_init()  local
 
 | 
| /linux-4.4.14/fs/squashfs/ | 
| D | file_direct.c | 27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize)  in squashfs_readpage_block()140 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize,  in squashfs_read_cache()
 
 | 
| D | file_cache.c | 23 int squashfs_readpage_block(struct page *page, u64 block, int bsize)  in squashfs_readpage_block()
 | 
| D | file.c | 472 		int bsize = read_blocklist(inode, index, &block);  in squashfs_readpage()  local
 | 
| /linux-4.4.14/sound/oss/ | 
| D | sb_audio.c | 252 static int sb1_audio_prepare_for_input(int dev, int bsize, int bcount)  in sb1_audio_prepare_for_input()267 static int sb1_audio_prepare_for_output(int dev, int bsize, int bcount)  in sb1_audio_prepare_for_output()
 465 static int sbpro_audio_prepare_for_input(int dev, int bsize, int bcount)  in sbpro_audio_prepare_for_input()
 493 static int sbpro_audio_prepare_for_output(int dev, int bsize, int bcount)  in sbpro_audio_prepare_for_output()
 631 static int sb16_audio_prepare_for_input(int dev, int bsize, int bcount)  in sb16_audio_prepare_for_input()
 657 static int sb16_audio_prepare_for_output(int dev, int bsize, int bcount)  in sb16_audio_prepare_for_output()
 
 | 
| D | pas2_pcm.c | 347 static int pas_audio_prepare_for_input(int dev, int bsize, int bcount)  in pas_audio_prepare_for_input()353 static int pas_audio_prepare_for_output(int dev, int bsize, int bcount)  in pas_audio_prepare_for_output()
 
 | 
| D | vidc.c | 321 static int vidc_audio_prepare_for_input(int dev, int bsize, int bcount)  in vidc_audio_prepare_for_input()338 static int vidc_audio_prepare_for_output(int dev, int bsize, int bcount)  in vidc_audio_prepare_for_output()
 
 | 
| D | sb_ess.c | 438 static int ess_audio_prepare_for_input(int dev, int bsize, int bcount)  in ess_audio_prepare_for_input()459 static int ess_audio_prepare_for_output_audio1 (int dev, int bsize, int bcount)  in ess_audio_prepare_for_output_audio1()
 480 static int ess_audio_prepare_for_output_audio2 (int dev, int bsize, int bcount)  in ess_audio_prepare_for_output_audio2()
 518 static int ess_audio_prepare_for_output(int dev, int bsize, int bcount)  in ess_audio_prepare_for_output()
 
 | 
| D | waveartist.c | 567 waveartist_prepare_for_input(int dev, int bsize, int bcount)  in waveartist_prepare_for_input()624 waveartist_prepare_for_output(int dev, int bsize, int bcount)  in waveartist_prepare_for_output()
 
 | 
| D | ad1848.c | 1123 static int ad1848_prepare_for_output(int dev, int bsize, int bcount)  in ad1848_prepare_for_output()1191 static int ad1848_prepare_for_input(int dev, int bsize, int bcount)  in ad1848_prepare_for_input()
 
 | 
| D | swarm_cs4297a.c | 346 static void clear_advance(void *buf, unsigned bsize, unsigned bptr,  in clear_advance()
 | 
| /linux-4.4.14/fs/reiserfs/ | 
| D | item_ops.c | 31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize)  in sd_is_left_mergeable()136 				    unsigned long bsize)  in direct_is_left_mergeable()
 228 				      unsigned long bsize)  in indirect_is_left_mergeable()
 372 				      unsigned long bsize)  in direntry_is_left_mergeable()
 658 				      unsigned long bsize)  in errcatch_is_left_mergeable()
 
 | 
| D | reiserfs.h | 2646 #define op_bytes_number(ih,bsize)                    item_ops[le_ih_k_type (ih)]->bytes_number (ih,…  argument2647 #define op_is_left_mergeable(key,bsize)              item_ops[le_key_k_type (le_key_version (key), …  argument
 
 | 
| /linux-4.4.14/drivers/scsi/qla2xxx/ | 
| D | qla_inline.h | 71 host_to_fcp_swap(uint8_t *fcp, uint32_t bsize)  in host_to_fcp_swap()84 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize)  in host_to_adap()
 
 | 
| /linux-4.4.14/drivers/mtd/ | 
| D | ftl.c | 790     uint32_t log_addr, bsize;  in ftl_read()  local836     uint32_t bsize, blk, le_virt_addr;  in set_bam_entry()  local
 904     uint32_t bsize, log_addr, virt_addr, old_addr, blk;  in ftl_write()  local
 1012 	uint32_t bsize = 1 << part->header.EraseUnitSize;  in ftl_discardsect()  local
 
 | 
| /linux-4.4.14/lib/mpi/ | 
| D | mpi-pow.c | 42 	mpi_size_t esize, msize, bsize, rsize;  in mpi_powm()  local
 | 
| /linux-4.4.14/fs/affs/ | 
| D | file.c | 508 	u32 bidx, boff, bsize;  in affs_do_readpage_ofs()  local544 	u32 size, bsize;  in affs_extent_file_ofs()  local
 676 	u32 bidx, boff, bsize;  in affs_write_end_ofs()  local
 
 | 
| D | amigaffs.c | 340 	int bsize;  in affs_checksum_block()  local
 | 
| /linux-4.4.14/fs/jfs/ | 
| D | jfs_mount.c | 311 	s32 bsize;  in chkSuper()  local
 | 
| D | jfs_incore.h | 170 	short		bsize;		/* logical block size	*/  member
 | 
| D | jfs_logmgr.h | 69 	__le32 bsize;		/* 4: logical block size in byte */  member
 | 
| D | jfs_dmap.c | 3897 	int l2max, l2free, bsize, nextb, i;  in dbInitTree()  local
 | 
| /linux-4.4.14/fs/nfs/ | 
| D | internal.h | 89 	unsigned int		bsize;  member570 unsigned long nfs_block_bits(unsigned long bsize, unsigned char *nrbitsp)  in nfs_block_bits()
 599 unsigned long nfs_block_size(unsigned long bsize, unsigned char *nrbitsp)  in nfs_block_size()
 
 | 
| D | pagelist.c | 697 				   unsigned int bsize)  in nfs_pageio_mirror_init()722 		     size_t bsize,  in nfs_pageio_init()
 
 | 
| /linux-4.4.14/arch/x86/include/asm/crypto/ | 
| D | glue_helper.h | 46 static inline bool glue_fpu_begin(unsigned int bsize, int fpu_blocks_limit,  in glue_fpu_begin()
 | 
| /linux-4.4.14/security/apparmor/ | 
| D | match.c | 37 static struct table_header *unpack_table(char *blob, size_t bsize)  in unpack_table()
 | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | nfs_mount.h | 42 	unsigned int	bsize;			/* 3 */  member
 | 
| D | coff.h | 135   char	bsize[4];		/* uninitialized data "   "		 */  member
 | 
| D | fuse.h | 173 	uint32_t	bsize;  member
 | 
| /linux-4.4.14/arch/mips/boot/ | 
| D | ecoff.h | 38 	long	bsize;		/* uninitialized data "	  "		*/  member
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | videobuf-core.c | 385 			unsigned int bcount, unsigned int bsize,  in __videobuf_mmap_setup()429 			unsigned int bcount, unsigned int bsize,  in videobuf_mmap_setup()
 
 | 
| /linux-4.4.14/arch/alpha/include/uapi/asm/ | 
| D | a.out.h | 30 	__u64 bsize;  member
 | 
| /linux-4.4.14/fs/sysv/ | 
| D | super.c | 308 	int bsize = 1 << n_bits;  in complete_read_super()  local
 | 
| /linux-4.4.14/mm/ | 
| D | truncate.c | 735 	int bsize = 1 << inode->i_blkbits;  in pagecache_isize_extended()  local
 | 
| /linux-4.4.14/drivers/s390/block/ | 
| D | dasd_diag.c | 329 	unsigned int sb, bsize;  in dasd_diag_check_device()  local
 | 
| D | dasd_int.h | 642 dasd_check_blocksize(int bsize)  in dasd_check_blocksize()
 | 
| /linux-4.4.14/include/media/ | 
| D | videobuf-core.h | 89 	size_t                  bsize;  member
 | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | chip.c | 2003 static char *is_misc_err_name(char *buf, size_t bsize, unsigned int source)  in is_misc_err_name()2019 static char *is_sdma_eng_err_name(char *buf, size_t bsize, unsigned int source)  in is_sdma_eng_err_name()
 2028 static char *is_sendctxt_err_name(char *buf, size_t bsize, unsigned int source)  in is_sendctxt_err_name()
 2045 static char *is_various_name(char *buf, size_t bsize, unsigned int source)  in is_various_name()
 2057 static char *is_dc_name(char *buf, size_t bsize, unsigned int source)  in is_dc_name()
 2082 static char *is_sdma_eng_name(char *buf, size_t bsize, unsigned int source)  in is_sdma_eng_name()
 2099 static char *is_rcv_avail_name(char *buf, size_t bsize, unsigned int source)  in is_rcv_avail_name()
 2108 static char *is_rcv_urgent_name(char *buf, size_t bsize, unsigned int source)  in is_rcv_urgent_name()
 2117 static char *is_send_credit_name(char *buf, size_t bsize, unsigned int source)  in is_send_credit_name()
 2126 static char *is_reserved_name(char *buf, size_t bsize, unsigned int source)  in is_reserved_name()
 
 | 
| /linux-4.4.14/drivers/net/wireless/rt2x00/ | 
| D | rt2x00usb.c | 113 	u16 off, len, bsize;  in rt2x00usb_vendor_request_buff()  local
 | 
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ | 
| D | init.c | 231 	int i, bsize, desc_len;  in ath_descdma_setup()  local
 | 
| /linux-4.4.14/drivers/net/wireless/ | 
| D | at76c50x-usb.c | 372 	int bsize = 0;  in at76_usbdfu_download()  local1264 	int bsize;  in at76_load_external_fw()  local
 
 | 
| /linux-4.4.14/fs/nilfs2/ | 
| D | alloc.c | 392 					    unsigned bsize,  in nilfs_palloc_find_available_slot()
 | 
| /linux-4.4.14/fs/cachefiles/ | 
| D | internal.h | 75 	unsigned			bsize;		/* cache's block size */  member
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ | 
| D | ramgf100.c | 569 	u64 bsize = (u64)nvkm_rd32(device, 0x10f20c) << 20;  in gf100_ram_ctor()  local
 | 
| /linux-4.4.14/fs/udf/ | 
| D | namei.c | 928 		uint32_t bsize;  in udf_symlink()  local
 | 
| D | inode.c | 1209 	int bsize = 1 << inode->i_blkbits;  in udf_setsize()  local
 | 
| /linux-4.4.14/arch/powerpc/boot/ | 
| D | rs6000.h | 44   unsigned char	bsize[4];	/* uninitialized data "   "	*/  member
 | 
| /linux-4.4.14/fs/gfs2/ | 
| D | aops.c | 45 	unsigned int bsize = head->b_size;  in gfs2_page_add_databufs()  local
 | 
| D | bmap.c | 608 	unsigned int bsize = sdp->sd_sb.sb_bsize;  in gfs2_block_map()  local
 | 
| D | quota.c | 667 	unsigned bsize = sdp->sd_sb.sb_bsize, bnum = 0, boff = 0;  in gfs2_write_buf_to_page()  local
 | 
| D | rgrp.c | 898 	const unsigned bsize = sdp->sd_sb.sb_bsize;  in read_rindex_entry()  local
 | 
| /linux-4.4.14/fs/nfsd/ | 
| D | nfsctl.c | 873 		int bsize;  in write_maxblksize()  local
 | 
| /linux-4.4.14/include/linux/ | 
| D | nfs_fs_sb.h | 143 	unsigned int		bsize;		/* server block size */  member
 | 
| D | nfs_xdr.h | 159 	__u32			bsize;  /* Filesystem block size */  member
 | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_buf.c | 1449 	size_t			bsize,	/* length to copy		*/  in xfs_buf_iomove()
 | 
| /linux-4.4.14/include/net/9p/ | 
| D | 9p.h | 527 	u32 bsize;  member
 | 
| /linux-4.4.14/drivers/mmc/host/ | 
| D | s3cmci.c | 153 	u32 con, pre, cmdarg, cmdcon, cmdsta, r0, r1, r2, r3, timer, bsize;  in dbg_dumpregs()  local
 | 
| /linux-4.4.14/tools/perf/util/ | 
| D | probe-finder.c | 298 	int bsize, boffs, total;  in convert_variable_type()  local
 | 
| /linux-4.4.14/fs/ | 
| D | block_dev.c | 1145 	unsigned bsize = bdev_logical_block_size(bdev);  in bd_set_size()  local
 | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | evergreen_cs.c | 451 			unsigned long tmp, nby, bsize, size, min = 0;  in evergreen_cs_track_validate_cb()  local
 | 
| /linux-4.4.14/drivers/media/usb/gspca/ | 
| D | gspca.c | 764 	int n, nurbs, i, psize, npkt, bsize;  in create_urbs()  local
 | 
| /linux-4.4.14/fs/xfs/libxfs/ | 
| D | xfs_da_format.h | 844 static inline int xfs_attr_leaf_entsize_local_max(int bsize)  in xfs_attr_leaf_entsize_local_max()
 | 
| /linux-4.4.14/fs/ocfs2/ | 
| D | aops.c | 1106 	unsigned int bsize = 1 << inode->i_blkbits;  in ocfs2_map_page_blocks()  local
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ | 
| D | hash.c | 1884 	int		 bsize;  in cfs_hash_rehash_worker()  local
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | sgiarcs.h | 279 		unsigned char bsize;  member
 | 
| /linux-4.4.14/drivers/scsi/lpfc/ | 
| D | lpfc_debugfs.c | 1262 	size_t bsize;  in lpfc_idiag_cmd_get()  local
 | 
| /linux-4.4.14/sound/core/oss/ | 
| D | pcm_oss.c | 622 		u64 bsize = (u64)runtime->oss.buffer_bytes * (u64)bytes;  in snd_pcm_oss_bytes()  local
 | 
| /linux-4.4.14/sound/pci/ | 
| D | es1968.c | 1107 			     unsigned int pa, unsigned int bsize,  in init_capture_apu()
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ | 
| D | t3_hw.c | 2252 			unsigned int bsize, unsigned int cong_thres, int gen,  in t3_sge_init_flcntxt()
 | 
| /linux-4.4.14/security/tomoyo/ | 
| D | common.h | 1307 	size_t bsize = 32;  in tomoyo_round2()  local
 | 
| /linux-4.4.14/kernel/trace/ | 
| D | ring_buffer.c | 1306 	int bsize;  in __ring_buffer_alloc()  local
 | 
| /linux-4.4.14/drivers/crypto/ | 
| D | hifn_795x.c | 2329 	unsigned int bsize;  member
 | 
| /linux-4.4.14/arch/mips/include/asm/octeon/ | 
| D | cvmx-npi-defs.h | 342 		uint64_t bsize:16;  member
 | 
| D | cvmx-sli-defs.h | 2520 		uint64_t bsize:16;  member
 | 
| D | cvmx-npei-defs.h | 3886 		uint64_t bsize:16;  member
 |