Lines Matching refs:resamplefd
65 eventfd_signal(irqfd->resamplefd);
147 eventfd_ctx_put(irqfd->resamplefd);
374 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL;
414 resamplefd = eventfd_ctx_fdget(args->resamplefd);
415 if (IS_ERR(resamplefd)) {
416 ret = PTR_ERR(resamplefd);
420 irqfd->resamplefd = resamplefd;
512 if (resamplefd && !IS_ERR(resamplefd))
513 eventfd_ctx_put(resamplefd);