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.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 …]
H A Dcaamalg_qi2.c3589 goto unmap_ctx; in ahash_update_ctx()
3593 goto unmap_ctx; in ahash_update_ctx()
3608 goto unmap_ctx; in ahash_update_ctx()
3631 goto unmap_ctx; in ahash_update_ctx()
3643 unmap_ctx: in ahash_update_ctx()
3677 goto unmap_ctx; in ahash_final_ctx()
3681 goto unmap_ctx; in ahash_final_ctx()
3690 goto unmap_ctx; in ahash_final_ctx()
3714 unmap_ctx: in ahash_final_ctx()
3771 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 …]