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

/linux-master/drivers/crypto/caam/
H A Dcaamhash.c891 goto unmap_ctx;
895 goto unmap_ctx;
913 goto unmap_ctx;
938 unmap_ctx:
973 goto unmap_ctx;
977 goto unmap_ctx;
986 goto unmap_ctx;
999 unmap_ctx:
1053 goto unmap_ctx;
1057 goto unmap_ctx;
[all...]
H A Dcaamalg_qi2.c3588 goto unmap_ctx;
3592 goto unmap_ctx;
3607 goto unmap_ctx;
3630 goto unmap_ctx;
3642 unmap_ctx:
3676 goto unmap_ctx;
3680 goto unmap_ctx;
3689 goto unmap_ctx;
3713 unmap_ctx:
3770 goto unmap_ctx;
[all...]
/linux-master/fs/
H A Duserfaultfd.c810 struct userfaultfd_unmap_ctx *unmap_ctx; local
812 list_for_each_entry(unmap_ctx, unmaps, list)
813 if (unmap_ctx->ctx == ctx && unmap_ctx->start == start &&
814 unmap_ctx->end == end)
823 struct userfaultfd_unmap_ctx *unmap_ctx; local
830 unmap_ctx = kzalloc(sizeof(*unmap_ctx), GFP_KERNEL);
831 if (!unmap_ctx)
838 unmap_ctx
[all...]

Completed in 151 milliseconds