Home
last modified time | relevance | path

Searched refs:unmap_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/crypto/caam/
Dcaamhash.c892 goto unmap_ctx; in ahash_update_ctx()
896 goto unmap_ctx; in ahash_update_ctx()
914 goto unmap_ctx; in ahash_update_ctx()
939 unmap_ctx: in ahash_update_ctx()
974 goto unmap_ctx; in ahash_final_ctx()
978 goto unmap_ctx; in ahash_final_ctx()
987 goto unmap_ctx; in ahash_final_ctx()
1000 unmap_ctx: in ahash_final_ctx()
1054 goto unmap_ctx; in ahash_finup_ctx()
1058 goto unmap_ctx; in ahash_finup_ctx()
[all …]
Dcaamalg_qi2.c3588 goto unmap_ctx; in ahash_update_ctx()
3592 goto unmap_ctx; in ahash_update_ctx()
3607 goto unmap_ctx; in ahash_update_ctx()
3630 goto unmap_ctx; in ahash_update_ctx()
3642 unmap_ctx: in ahash_update_ctx()
3676 goto unmap_ctx; in ahash_final_ctx()
3680 goto unmap_ctx; in ahash_final_ctx()
3689 goto unmap_ctx; in ahash_final_ctx()
3713 unmap_ctx: in ahash_final_ctx()
3770 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/linux-6.12.1/fs/
Duserfaultfd.c801 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
803 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
804 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
805 unmap_ctx->end == end) in has_unmap_ctx()
814 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
821 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
822 if (!unmap_ctx) in userfaultfd_unmap_prep()
829 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
830 unmap_ctx->start = start; in userfaultfd_unmap_prep()
831 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]