Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c802 goto unmap_ctx; in ahash_update_ctx()
806 goto unmap_ctx; in ahash_update_ctx()
829 goto unmap_ctx; in ahash_update_ctx()
845 goto unmap_ctx; in ahash_update_ctx()
863 unmap_ctx: in ahash_update_ctx()
901 goto unmap_ctx; in ahash_final_ctx()
905 goto unmap_ctx; in ahash_final_ctx()
914 goto unmap_ctx; in ahash_final_ctx()
925 goto unmap_ctx; in ahash_final_ctx()
935 goto unmap_ctx; in ahash_final_ctx()
[all …]
/Linux-v4.19/fs/
Duserfaultfd.c800 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
802 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
803 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
804 unmap_ctx->end == end) in has_unmap_ctx()
815 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
822 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
823 if (!unmap_ctx) in userfaultfd_unmap_prep()
828 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
829 unmap_ctx->start = start; in userfaultfd_unmap_prep()
830 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]