Searched refs:bs (Results 1 - 25 of 195) sorted by last modified time

12345678

/linux-master/kernel/trace/
H A Dtrace_probe.c122 unsigned long bs; local
129 if (kstrtoul(type, 0, &bs))
132 switch (bs) {
/linux-master/drivers/nvme/host/
H A Dcore.c1940 u32 bs = 1U << head->lba_shift; local
1950 bs = (1 << 9);
1954 atomic_bs = phys_bs = bs;
1962 atomic_bs = (1 + le16_to_cpu(id->nawupf)) * bs;
1964 atomic_bs = (1 + ns->ctrl->subsys->awupf) * bs;
1969 phys_bs = bs * (1 + le16_to_cpu(id->npwg));
1971 io_opt = bs * (1 + le16_to_cpu(id->nows));
1979 lim->logical_block_size = bs;
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c117 #define TEGRA_GPCDMA_MMIOSEQ_BURST(bs) \
118 (GENMASK((fls(bs) - 2), 0) << TEGRA_GPCDMA_MMIOSEQ_BURST_SHIFT)
/linux-master/drivers/md/
H A Ddm.c628 &md->mempools->bs);
3170 bioset_exit(&pools->bs);
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c337 * @bs: input buffer
354 struct vdec_vp9_slice_bs bs; member in struct:vdec_vp9_slice_vsi
979 struct mtk_vcodec_mem *bs,
984 vsi->bs.buf.dma_addr = bs->dma_addr;
985 vsi->bs.buf.size = bs->size;
986 vsi->bs.frame.dma_addr = bs->dma_addr;
987 vsi->bs
977 vdec_vp9_slice_setup_lat_buffer(struct vdec_vp9_slice_instance *instance, struct vdec_vp9_slice_vsi *vsi, struct mtk_vcodec_mem *bs, struct vdec_lat_buf *lat_buf) argument
1065 vdec_vp9_slice_setup_tile_buffer(struct vdec_vp9_slice_instance *instance, struct vdec_vp9_slice_vsi *vsi, struct mtk_vcodec_mem *bs) argument
1149 vdec_vp9_slice_setup_lat(struct vdec_vp9_slice_instance *instance, struct mtk_vcodec_mem *bs, struct vdec_lat_buf *lat_buf, struct vdec_vp9_slice_pfc *pfc) argument
1730 vdec_vp9_slice_setup_single_buffer(struct vdec_vp9_slice_instance *instance, struct vdec_vp9_slice_pfc *pfc, struct vdec_vp9_slice_vsi *vsi, struct mtk_vcodec_mem *bs, struct vdec_fb *fb) argument
1790 vdec_vp9_slice_setup_single(struct vdec_vp9_slice_instance *instance, struct mtk_vcodec_mem *bs, struct vdec_fb *fb, struct vdec_vp9_slice_pfc *pfc) argument
1916 vdec_vp9_slice_flush(void *h_vdec, struct mtk_vcodec_mem *bs, struct vdec_fb *fb, bool *res_chg) argument
1974 vdec_vp9_slice_single_decode(void *h_vdec, struct mtk_vcodec_mem *bs, struct vdec_fb *fb, bool *res_chg) argument
2031 vdec_vp9_slice_lat_decode(void *h_vdec, struct mtk_vcodec_mem *bs, struct vdec_fb *fb, bool *res_chg) argument
2115 vdec_vp9_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, struct vdec_fb *fb, bool *res_chg) argument
[all...]
H A Dvdec_vp8_if.c427 static int vdec_vp8_decode(void *h_vdec, struct mtk_vcodec_mem *bs, argument
439 /* bs NULL means flush decoder */
440 if (bs == NULL) {
452 dec->bs_dma = (uint64_t)bs->dma_addr;
453 dec->bs_sz = bs->size;
463 bs_va = (unsigned char *)bs->va;
H A Dvdec_vp9_if.c102 * @bs : bs buffer (AP-W, VPU-R)
145 struct mtk_vcodec_mem bs; member in struct:vdec_vp9_vsi
810 static int vdec_vp9_decode(void *h_vdec, struct mtk_vcodec_mem *bs, argument
821 if ((bs == NULL) && (fb == NULL)) {
827 if (bs == NULL) {
828 mtk_vdec_err(inst->ctx, "bs == NULL");
832 mtk_vdec_debug(inst->ctx, "Input BS Size = %zu", bs->size);
837 data[0] = *((unsigned int *)bs->va);
838 data[1] = *((unsigned int *)(bs
[all...]
H A Dvdec_hevc_req_multi_if.c297 * @bs: input buffer info
312 struct vdec_hevc_slice_mem bs; member in struct:vdec_hevc_slice_vsi
731 struct mtk_vcodec_mem *bs,
740 inst->vsi->bs.dma_addr = (u64)bs->dma_addr;
741 inst->vsi->bs.size = bs->size;
743 src_buf_info = container_of(bs, struct mtk_video_dec_buf, bs_buffer);
970 static int vdec_hevc_slice_lat_decode(void *h_vdec, struct mtk_vcodec_mem *bs, argument
985 /* bs NUL
730 vdec_hevc_slice_setup_lat_buffer(struct vdec_hevc_slice_inst *inst, struct mtk_vcodec_mem *bs, struct vdec_lat_buf *lat_buf, bool *res_chg) argument
1054 vdec_hevc_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, struct vdec_fb *unused, bool *res_chg) argument
[all...]
H A Dvdec_vp8_req_if.c317 static int vdec_vp8_slice_decode(void *h_vdec, struct mtk_vcodec_mem *bs, argument
330 /* bs NULL means flush decoder */
331 if (!bs)
334 src_buf_info = container_of(bs, struct mtk_video_dec_buf, bs_buffer);
346 inst->vsi->dec.bs_dma = (u64)bs->dma_addr;
347 inst->vsi->dec.bs_sz = bs->size;
351 mtk_vdec_debug(inst->ctx, "frame[%d] bs(%zu 0x%llx) y/c(0x%llx 0x%llx)",
353 bs->size, (u64)bs->dma_addr,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh578 dd if=/dev/urandom conv=notrunc of="$name" oflag=append bs=1 count=$rem 2> /dev/null
/linux-master/drivers/block/null_blk/
H A Dmain.c165 module_param_named(bs, g_bs, int, 0444);
166 MODULE_PARM_DESC(bs, "Block size (in bytes)");
/linux-master/block/
H A Dblk-mq.c3119 * @bs: bio_set that bios for clone are allocated from
3133 struct bio_set *bs, gfp_t gfp_mask,
3139 if (!bs)
3140 bs = &fs_bio_set;
3144 bs);
3132 blk_rq_prep_clone(struct request *rq, struct request *rq_src, struct bio_set *bs, gfp_t gfp_mask, int (*bio_ctr)(struct bio *, struct bio *, void *), void *data) argument
H A Dblk-merge.c110 unsigned *nsegs, struct bio_set *bs)
142 return bio_split(bio, split_sectors, GFP_NOIO, bs);
147 unsigned *nsegs, struct bio_set *bs)
154 return bio_split(bio, lim->max_write_zeroes_sectors, GFP_NOIO, bs);
260 * @bs: [in] bio set to allocate the clone from
272 * responsible for ensuring that @bs is only destroyed after processing of the
276 unsigned *segs, struct bio_set *bs, unsigned max_bytes)
333 return bio_split(bio, bytes >> SECTOR_SHIFT, GFP_NOIO, bs);
354 struct bio_set *bs = &bio->bi_bdev->bd_disk->bio_split; local
360 split = bio_split_discard(bio, lim, nr_segs, bs);
108 bio_split_discard(struct bio *bio, const struct queue_limits *lim, unsigned *nsegs, struct bio_set *bs) argument
145 bio_split_write_zeroes(struct bio *bio, const struct queue_limits *lim, unsigned *nsegs, struct bio_set *bs) argument
275 bio_split_rw(struct bio *bio, const struct queue_limits *lim, unsigned *segs, struct bio_set *bs, unsigned max_bytes) argument
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon_ccw.c198 unsigned int bs = vc->vc_rows*ch; local
213 region.dx = info->var.xoffset + bs;
H A Dbitblit.c213 unsigned int bs = info->var.yres - bh; local
229 region.dy = info->var.yoffset + bs;
/linux-master/drivers/tty/vt/
H A Dvt.c1473 static inline void bs(struct vc_data *vc) function
2254 bs(vc);
3261 bs(vc);
/linux-master/drivers/s390/block/
H A Dscm_blk.c194 msb->bs = MSB_BS_4K;
/linux-master/arch/s390/include/asm/
H A Deadm.h47 u16 bs:4; member in struct:msb
/linux-master/fs/ext4/
H A Dxattr.c1880 struct ext4_xattr_block_find *bs)
1890 bs->bh = ext4_sb_bread(sb, EXT4_I(inode)->i_file_acl, REQ_PRIO);
1891 if (IS_ERR(bs->bh)) {
1892 error = PTR_ERR(bs->bh);
1893 bs->bh = NULL;
1896 ea_bdebug(bs->bh, "b_count=%d, refcount=%d",
1897 atomic_read(&(bs->bh->b_count)),
1898 le32_to_cpu(BHDR(bs->bh)->h_refcount));
1899 error = ext4_xattr_check_block(inode, bs->bh);
1903 bs
1879 ext4_xattr_block_find(struct inode *inode, struct ext4_xattr_info *i, struct ext4_xattr_block_find *bs) argument
1917 ext4_xattr_block_set(handle_t *handle, struct inode *inode, struct ext4_xattr_info *i, struct ext4_xattr_block_find *bs) argument
2347 struct ext4_xattr_block_find bs = { local
2593 struct ext4_xattr_block_find *bs = NULL; local
[all...]
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c272 static u64 hash_pad(__le32 *buf, unsigned int bufsize, u64 padi, u64 byte_count, bool le, int bs) argument
281 if (bs == 64) {
290 fill += bs;
307 if (bs == 64) {
349 u64 bs; local
357 bs = algt->alg.hash.base.halg.base.cra_blocksize;
365 buf = kcalloc(2, bs, GFP_KERNEL | GFP_DMA);
430 j = hash_pad(bf, 2 * bs, j, byte_count, true, bs);
435 j = hash_pad(bf, 2 * bs,
[all...]
/linux-master/crypto/
H A Dtcrypt.c337 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); local
339 if (bs + authsize > XBUFSIZE * PAGE_SIZE) {
341 authsize + bs,
347 *keysize * 8, bs);
382 bs + (enc ? 0 : authsize),
386 bs + (enc ? authsize : 0),
396 bs, iv);
408 cur->sgout, bs +
415 ret = test_mb_aead_jiffies(data, enc, bs,
419 ret = test_mb_aead_cycles(data, enc, bs,
598 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); local
1121 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); local
1338 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); local
[all...]
/linux-master/tools/perf/util/
H A Dsymbol.c1568 const asymbol *as = *(const asymbol **)a, *bs = *(const asymbol **)b; local
1570 if (bfd_asymbol_value(as) != bfd_asymbol_value(bs))
1571 return bfd_asymbol_value(as) - bfd_asymbol_value(bs);
1573 return bfd_asymbol_name(as)[0] - bfd_asymbol_name(bs)[0];
H A Dpmus.c366 const struct sevent *bs = b; local
371 if (!!as->desc != !!bs->desc)
372 return !!as->desc - !!bs->desc;
375 ret = strcmp(as->topic ?: "", bs->topic ?: "");
381 b_iscpu = bs->pmu ? bs->pmu->is_core : true;
386 if (as->pmu != bs->pmu) {
387 ret = strcmp(as->pmu_name ?: "", bs->pmu_name ?: "");
393 return strcmp(as->name, bs->name);
H A Dmachine.c2230 const struct branch_stack *bs = sample->branch_stack; local
2232 struct branch_info *bi = calloc(bs->nr, sizeof(struct branch_info));
2237 for (i = 0; i < bs->nr; i++) {
/linux-master/fs/xfs/
H A Dxfs_health.c480 struct xfs_bulkstat *bs)
486 bs->bs_sick = 0;
487 bs->bs_checked = 0;
492 bs->bs_checked |= m->ioctl_mask;
494 bs->bs_sick |= m->ioctl_mask;
478 xfs_bulkstat_health( struct xfs_inode *ip, struct xfs_bulkstat *bs) argument

Completed in 540 milliseconds

12345678