Lines Matching refs:octx
691 struct userfaultfd_ctx *ctx = NULL, *octx;
694 octx = vma->vm_userfaultfd_ctx.ctx;
695 if (!octx || !(octx->features & UFFD_FEATURE_EVENT_FORK)) {
703 if (fctx->orig == octx) {
720 ctx->flags = octx->flags;
721 ctx->features = octx->features;
727 userfaultfd_ctx_get(octx);
728 atomic_inc(&octx->mmap_changing);
729 fctx->orig = octx;