Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/caam/
Dcaamhash.c887 goto unmap_ctx; in ahash_update_ctx()
891 goto unmap_ctx; in ahash_update_ctx()
909 goto unmap_ctx; in ahash_update_ctx()
934 unmap_ctx: in ahash_update_ctx()
969 goto unmap_ctx; in ahash_final_ctx()
973 goto unmap_ctx; in ahash_final_ctx()
982 goto unmap_ctx; in ahash_final_ctx()
995 unmap_ctx: in ahash_final_ctx()
1049 goto unmap_ctx; in ahash_finup_ctx()
1053 goto unmap_ctx; in ahash_finup_ctx()
[all …]
Dcaamalg_qi2.c3577 goto unmap_ctx; in ahash_update_ctx()
3581 goto unmap_ctx; in ahash_update_ctx()
3596 goto unmap_ctx; in ahash_update_ctx()
3619 goto unmap_ctx; in ahash_update_ctx()
3631 unmap_ctx: in ahash_update_ctx()
3665 goto unmap_ctx; in ahash_final_ctx()
3669 goto unmap_ctx; in ahash_final_ctx()
3678 goto unmap_ctx; in ahash_final_ctx()
3702 unmap_ctx: in ahash_final_ctx()
3759 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/Linux-v6.1/fs/
Duserfaultfd.c794 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
796 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
797 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
798 unmap_ctx->end == end) in has_unmap_ctx()
811 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
818 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
819 if (!unmap_ctx) in userfaultfd_unmap_prep()
824 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
825 unmap_ctx->start = start; in userfaultfd_unmap_prep()
826 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]