Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/caam/
Dcaamhash.c884 goto unmap_ctx; in ahash_update_ctx()
888 goto unmap_ctx; in ahash_update_ctx()
906 goto unmap_ctx; in ahash_update_ctx()
931 unmap_ctx: in ahash_update_ctx()
966 goto unmap_ctx; in ahash_final_ctx()
970 goto unmap_ctx; in ahash_final_ctx()
979 goto unmap_ctx; in ahash_final_ctx()
992 unmap_ctx: in ahash_final_ctx()
1046 goto unmap_ctx; in ahash_finup_ctx()
1050 goto unmap_ctx; in ahash_finup_ctx()
[all …]
Dcaamalg_qi2.c3573 goto unmap_ctx; in ahash_update_ctx()
3577 goto unmap_ctx; in ahash_update_ctx()
3592 goto unmap_ctx; in ahash_update_ctx()
3615 goto unmap_ctx; in ahash_update_ctx()
3627 unmap_ctx: in ahash_update_ctx()
3661 goto unmap_ctx; in ahash_final_ctx()
3665 goto unmap_ctx; in ahash_final_ctx()
3674 goto unmap_ctx; in ahash_final_ctx()
3698 unmap_ctx: in ahash_final_ctx()
3755 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/Linux-v5.10/fs/
Duserfaultfd.c779 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
781 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
782 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
783 unmap_ctx->end == end) in has_unmap_ctx()
794 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
801 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
802 if (!unmap_ctx) in userfaultfd_unmap_prep()
807 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
808 unmap_ctx->start = start; in userfaultfd_unmap_prep()
809 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]