Lines Matching refs:octx
635 struct userfaultfd_ctx *ctx = NULL, *octx;
638 octx = vma->vm_userfaultfd_ctx.ctx;
639 if (!octx || !(octx->features & UFFD_FEATURE_EVENT_FORK)) {
646 if (fctx->orig == octx) {
663 ctx->flags = octx->flags;
664 ctx->features = octx->features;
670 userfaultfd_ctx_get(octx);
671 WRITE_ONCE(octx->mmap_changing, true);
672 fctx->orig = octx;