Lines Matching refs:ctx
401 struct eventfd_ctx **ctx;
408 ctx = &private->io_trigger;
411 ctx = &private->crw_trigger;
414 ctx = &private->req_trigger;
423 if (*ctx)
424 eventfd_signal(*ctx, 1);
434 if (trigger && *ctx)
435 eventfd_signal(*ctx, 1);
446 if (*ctx)
447 eventfd_ctx_put(*ctx);
448 *ctx = NULL;
456 if (*ctx)
457 eventfd_ctx_put(*ctx);
459 *ctx = efdctx;