Lines Matching defs:resamplefd
64 eventfd_signal(irqfd->resamplefd, 1);
145 eventfd_ctx_put(irqfd->resamplefd);
307 struct eventfd_ctx *eventfd = NULL, *resamplefd = NULL;
346 resamplefd = eventfd_ctx_fdget(args->resamplefd);
347 if (IS_ERR(resamplefd)) {
348 ret = PTR_ERR(resamplefd);
352 irqfd->resamplefd = resamplefd;
454 if (resamplefd && !IS_ERR(resamplefd))
455 eventfd_ctx_put(resamplefd);