Searched refs:dstbuf (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 238 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local 284 dstbuf = outbuf + num_hdr_bytes; in compress_file() 314 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file() 318 dstbuf, dstlen, in compress_file() 364 set_bfinal(dstbuf, 0); in compress_file() 365 dstbuf = dstbuf + tpbc; in compress_file() 371 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file() 374 dstbuf = dstbuf + flushlen; in compress_file() 381 set_bfinal(dstbuf, 1); in compress_file() 382 dstbuf = dstbuf + tpbc; in compress_file() [all …]
|
/Linux-v5.15/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_dec.c | 106 struct mtk_video_dec_buf *dstbuf; in get_display_buffer() local 123 dstbuf = container_of(disp_frame_buffer, struct mtk_video_dec_buf, in get_display_buffer() 125 vb = &dstbuf->m2m_buf.vb; in get_display_buffer() 127 if (dstbuf->used) { in get_display_buffer() 138 dstbuf->queued_in_vb2); in get_display_buffer() 157 struct mtk_video_dec_buf *dstbuf; in get_free_buffer() local 175 dstbuf = container_of(free_frame_buffer, struct mtk_video_dec_buf, in get_free_buffer() 177 vb = &dstbuf->m2m_buf.vb; in get_free_buffer() 180 if (dstbuf->used) { in get_free_buffer() 181 if ((dstbuf->queued_in_vb2) && in get_free_buffer() [all …]
|
/Linux-v5.15/security/apparmor/ |
D | policy_unpack.c | 1057 void *stgbuf, *dstbuf; in deflate_compress() local 1096 dstbuf = kvzalloc(strm.total_out, GFP_KERNEL); in deflate_compress() 1097 if (dstbuf) { in deflate_compress() 1098 memcpy(dstbuf, stgbuf, strm.total_out); in deflate_compress() 1107 dstbuf = krealloc(stgbuf, strm.total_out, GFP_KERNEL); in deflate_compress() 1109 if (!dstbuf) { in deflate_compress() 1114 *dst = dstbuf; in deflate_compress()
|
/Linux-v5.15/sound/soc/uniphier/ |
D | aio-compress.c | 290 u32 *dstbuf = (u32 *)(sub->compr_area + sub->wr_offs); in aio_compr_send_to_hw() local 320 dstbuf[dst++] = frm_a; in aio_compr_send_to_hw() 321 dstbuf[dst++] = frm_b; in aio_compr_send_to_hw()
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nand_onfi.c | 115 void *dstbuf, in nand_bit_wise_majority() argument 137 ((u8 *)dstbuf)[i] = val; in nand_bit_wise_majority()
|
/Linux-v5.15/net/ipv6/ |
D | exthdrs.c | 294 __u16 dstbuf; in ipv6_destopt_rcv() local 316 dstbuf = opt->dst1; in ipv6_destopt_rcv() 323 opt->nhoff = dstbuf; in ipv6_destopt_rcv()
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 2417 char dstbuf[33]; in lpfc_debugfs_dif_err_write() local 2421 memset(dstbuf, 0, 33); in lpfc_debugfs_dif_err_write() 2423 if (copy_from_user(dstbuf, buf, size)) in lpfc_debugfs_dif_err_write() 2427 if ((dstbuf[0] == 'o') && (dstbuf[1] == 'f') && in lpfc_debugfs_dif_err_write() 2428 (dstbuf[2] == 'f')) in lpfc_debugfs_dif_err_write() 2432 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()
|