Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamhash.c893 goto unmap_ctx; in ahash_update_ctx()
897 goto unmap_ctx; in ahash_update_ctx()
915 goto unmap_ctx; in ahash_update_ctx()
940 unmap_ctx: in ahash_update_ctx()
975 goto unmap_ctx; in ahash_final_ctx()
979 goto unmap_ctx; in ahash_final_ctx()
988 goto unmap_ctx; in ahash_final_ctx()
1001 unmap_ctx: in ahash_final_ctx()
1055 goto unmap_ctx; in ahash_finup_ctx()
1059 goto unmap_ctx; in ahash_finup_ctx()
[all …]
H A Dcaamalg_qi2.c3590 goto unmap_ctx; in ahash_update_ctx()
3594 goto unmap_ctx; in ahash_update_ctx()
3609 goto unmap_ctx; in ahash_update_ctx()
3632 goto unmap_ctx; in ahash_update_ctx()
3644 unmap_ctx: in ahash_update_ctx()
3678 goto unmap_ctx; in ahash_final_ctx()
3682 goto unmap_ctx; in ahash_final_ctx()
3691 goto unmap_ctx; in ahash_final_ctx()
3715 unmap_ctx: in ahash_final_ctx()
3772 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/linux/fs/
H A Duserfaultfd.c823 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
825 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
826 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
827 unmap_ctx->end == end) in has_unmap_ctx()
836 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
843 unmap_ctx = kzalloc_obj(*unmap_ctx); in userfaultfd_unmap_prep()
844 if (!unmap_ctx) in userfaultfd_unmap_prep()
851 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
852 unmap_ctx->start = start; in userfaultfd_unmap_prep()
853 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]