Home
last modified time | relevance | path

Searched refs:ctx_buf (Results 1 – 25 of 134) sorted by relevance

123456

/dports/net/mosh/mosh-1.3.2/src/tests/
H A Docb-aes.cc65 fatal_assert( ctx_buf ); in get_ctx()
67 return ctx_buf; in get_ctx()
72 delete ctx_buf; in scrap_ctx()
78 AlignedBuffer *ctx_buf = get_ctx( key ); in test_encrypt() local
79 ae_ctx *ctx = (ae_ctx *)ctx_buf->data(); in test_encrypt()
97 scrap_ctx( ctx_buf ); in test_encrypt()
104 AlignedBuffer *ctx_buf = get_ctx( key ); in test_decrypt() local
105 ae_ctx *ctx = (ae_ctx *)ctx_buf->data(); in test_decrypt()
129 scrap_ctx( ctx_buf ); in test_decrypt()
471 AlignedBuffer *ctx_buf = get_ctx( key ); in test_iterative() local
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c285 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
290 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
299 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
300 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
301 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
303 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
309 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
310 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
311 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
312 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
H A Dradeon_uvd_enc_1_1.c758 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_uvd_enc_ctx()
761 enc->enc_pic.ctx_buf.rec_chroma_pitch = in radeon_uvd_enc_ctx()
764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()
767 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_uvd_enc_ctx()
772 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_uvd_enc_ctx()
773 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_uvd_enc_ctx()
774 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_uvd_enc_ctx()
775 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_uvd_enc_ctx()
779 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch * align(enc->base.height, 16)); in radeon_uvd_enc_ctx()
781 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch * align(enc->base.height, 16) * 3 / 2); in radeon_uvd_enc_ctx()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
H A Dradeon_uvd_enc_1_1.c758 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_uvd_enc_ctx()
761 enc->enc_pic.ctx_buf.rec_chroma_pitch = in radeon_uvd_enc_ctx()
764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()
767 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_uvd_enc_ctx()
772 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_uvd_enc_ctx()
773 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_uvd_enc_ctx()
774 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_uvd_enc_ctx()
775 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_uvd_enc_ctx()
779 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch * align(enc->base.height, 16)); in radeon_uvd_enc_ctx()
781 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch * align(enc->base.height, 16) * 3 / 2); in radeon_uvd_enc_ctx()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
H A Dradeon_uvd_enc_1_1.c758 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_uvd_enc_ctx()
761 enc->enc_pic.ctx_buf.rec_chroma_pitch = in radeon_uvd_enc_ctx()
764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()
767 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_uvd_enc_ctx()
772 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_uvd_enc_ctx()
773 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_uvd_enc_ctx()
774 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_uvd_enc_ctx()
775 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_uvd_enc_ctx()
779 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch * align(enc->base.height, 16)); in radeon_uvd_enc_ctx()
781 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch * align(enc->base.height, 16) * 3 / 2); in radeon_uvd_enc_ctx()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c448 enc->enc_pic.ctx_buf.swizzle_mode = 0; in radeon_enc_ctx()
453 enc->enc_pic.ctx_buf.rec_luma_pitch = align(aligned_width, enc->alignment); in radeon_enc_ctx()
462 enc->enc_pic.ctx_buf.num_reconstructed_pictures = 2; in radeon_enc_ctx()
463 for (int i = 0; i < enc->enc_pic.ctx_buf.num_reconstructed_pictures; i++) { in radeon_enc_ctx()
464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
472 RADEON_ENC_CS(enc->enc_pic.ctx_buf.swizzle_mode); in radeon_enc_ctx()
473 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_luma_pitch); in radeon_enc_ctx()
474 RADEON_ENC_CS(enc->enc_pic.ctx_buf.rec_chroma_pitch); in radeon_enc_ctx()
475 RADEON_ENC_CS(enc->enc_pic.ctx_buf.num_reconstructed_pictures); in radeon_enc_ctx()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys_ssl/
H A Dmy_md5.cc87 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
88 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
111 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
112 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys_ssl/
H A Dmy_md5.cc87 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
88 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
111 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
112 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys_ssl/
H A Dmy_md5.cc87 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
88 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
111 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
112 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys_ssl/
H A Dmy_md5.cc90 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
91 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
114 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
115 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys_ssl/
H A Dmy_md5.cc90 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
91 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
114 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
115 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys_ssl/
H A Dmy_md5.cc87 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5() local
88 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5()
111 char ctx_buf[EVP_MD_CTX_SIZE]; in my_md5_multi() local
112 EVP_MD_CTX * const ctx= (EVP_MD_CTX*)ctx_buf; in my_md5_multi()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1557 ctx_buf = kzalloc(sizeof(*ctx_buf), GFP_KERNEL); in lpfc_nvmet_setup_io_context()
1558 if (!ctx_buf) { in lpfc_nvmet_setup_io_context()
1564 ctx_buf->context = kzalloc(sizeof(*ctx_buf->context), in lpfc_nvmet_setup_io_context()
1567 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1573 ctx_buf->context->ctxbuf = ctx_buf; in lpfc_nvmet_setup_io_context()
1579 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1593 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context()
1598 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
2335 return ctx_buf; in lpfc_nvmet_replenish_context()
2382 ctx_buf = NULL; in lpfc_nvmet_unsol_fcp_buffer()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1557 ctx_buf = kzalloc(sizeof(*ctx_buf), GFP_KERNEL); in lpfc_nvmet_setup_io_context()
1558 if (!ctx_buf) { in lpfc_nvmet_setup_io_context()
1564 ctx_buf->context = kzalloc(sizeof(*ctx_buf->context), in lpfc_nvmet_setup_io_context()
1567 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1573 ctx_buf->context->ctxbuf = ctx_buf; in lpfc_nvmet_setup_io_context()
1579 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1593 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context()
1598 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
2335 return ctx_buf; in lpfc_nvmet_replenish_context()
2382 ctx_buf = NULL; in lpfc_nvmet_unsol_fcp_buffer()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1557 ctx_buf = kzalloc(sizeof(*ctx_buf), GFP_KERNEL); in lpfc_nvmet_setup_io_context()
1558 if (!ctx_buf) { in lpfc_nvmet_setup_io_context()
1564 ctx_buf->context = kzalloc(sizeof(*ctx_buf->context), in lpfc_nvmet_setup_io_context()
1567 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1573 ctx_buf->context->ctxbuf = ctx_buf; in lpfc_nvmet_setup_io_context()
1579 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1593 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context()
1598 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
2335 return ctx_buf; in lpfc_nvmet_replenish_context()
2382 ctx_buf = NULL; in lpfc_nvmet_unsol_fcp_buffer()
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslregexp.c532 Re_Context_Type ctx_buf; in regexp_match() local
536 init_re_context (&ctx_buf, reg, str, len); in regexp_match()
540 if (NULL == (epos = regexp_looking_at (&ctx_buf, str, estr, buf + 1, cs))) in regexp_match()
543 fixup_beg_end_matches (&ctx_buf, reg, str, epos); in regexp_match()
570 ctx_buf.open_paren_number = 0; in regexp_match()
571 memset (ctx_buf.closed_paren_matches, 0, sizeof(ctx_buf.closed_paren_matches)); in regexp_match()
580 if (NULL != (epos = regexp_looking_at(&ctx_buf, str, estr, buf, cs))) in regexp_match()
582 fixup_beg_end_matches (&ctx_buf, reg, str, epos); in regexp_match()
589 fixup_beg_end_matches (&ctx_buf, reg, NULL, epos); in regexp_match()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslregexp.c563 Re_Context_Type ctx_buf; in SLang_regexp_match() local
567 init_re_context (&ctx_buf, reg, str, len); in SLang_regexp_match()
571 if (NULL == (epos = regexp_looking_at (&ctx_buf, str, estr, buf + 1, cs))) in SLang_regexp_match()
574 fixup_beg_end_matches (&ctx_buf, reg, str, epos); in SLang_regexp_match()
601 ctx_buf.open_paren_number = 0; in SLang_regexp_match()
602 memset (ctx_buf.closed_paren_matches, 0, sizeof(ctx_buf.closed_paren_matches)); in SLang_regexp_match()
617 if (NULL != (epos = regexp_looking_at(&ctx_buf, str, estr, buf, cs))) in SLang_regexp_match()
619 fixup_beg_end_matches (&ctx_buf, reg, str, epos); in SLang_regexp_match()
634 fixup_beg_end_matches (&ctx_buf, reg, NULL, epos); in SLang_regexp_match()

123456