Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/caam/
Dcaamhash.c857 goto unmap_ctx; in ahash_update_ctx()
861 goto unmap_ctx; in ahash_update_ctx()
883 goto unmap_ctx; in ahash_update_ctx()
897 goto unmap_ctx; in ahash_update_ctx()
914 unmap_ctx: in ahash_update_ctx()
951 goto unmap_ctx; in ahash_final_ctx()
955 goto unmap_ctx; in ahash_final_ctx()
964 goto unmap_ctx; in ahash_final_ctx()
977 goto unmap_ctx; in ahash_final_ctx()
980 unmap_ctx: in ahash_final_ctx()
[all …]
Dcaamalg_qi2.c3518 goto unmap_ctx; in ahash_update_ctx()
3522 goto unmap_ctx; in ahash_update_ctx()
3541 goto unmap_ctx; in ahash_update_ctx()
3564 goto unmap_ctx; in ahash_update_ctx()
3579 unmap_ctx: in ahash_update_ctx()
3613 goto unmap_ctx; in ahash_final_ctx()
3617 goto unmap_ctx; in ahash_final_ctx()
3626 goto unmap_ctx; in ahash_final_ctx()
3650 unmap_ctx: in ahash_final_ctx()
3707 goto unmap_ctx; in ahash_finup_ctx()
[all …]
/Linux-v5.4/fs/
Duserfaultfd.c819 struct userfaultfd_unmap_ctx *unmap_ctx; in has_unmap_ctx() local
821 list_for_each_entry(unmap_ctx, unmaps, list) in has_unmap_ctx()
822 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start && in has_unmap_ctx()
823 unmap_ctx->end == end) in has_unmap_ctx()
834 struct userfaultfd_unmap_ctx *unmap_ctx; in userfaultfd_unmap_prep() local
841 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL); in userfaultfd_unmap_prep()
842 if (!unmap_ctx) in userfaultfd_unmap_prep()
847 unmap_ctx->ctx = ctx; in userfaultfd_unmap_prep()
848 unmap_ctx->start = start; in userfaultfd_unmap_prep()
849 unmap_ctx->end = end; in userfaultfd_unmap_prep()
[all …]