Home
last modified time | relevance | path

Searched refs:eventfd_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Deventfd.h46 #define eventfd_ctx eventfd macro
49 struct eventfd_ctx *lkpi_eventfd_ctx_fdget(int fd);
52 void lkpi_eventfd_ctx_put(struct eventfd_ctx *ctx);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_eventfd.c36 struct eventfd_ctx *
40 struct eventfd_ctx *ctx; in lkpi_eventfd_ctx_fdget()
60 lkpi_eventfd_ctx_put(struct eventfd_ctx *ctx) in lkpi_eventfd_ctx_put()
/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c150 struct eventfd_ctx *irq_ctx;
458 struct eventfd_ctx *irq_ctx;
525 struct eventfd_ctx *irq_ctx = poll_ctx->entries[i].irq_ctx; in sync_kloop_tx_irq_wake_fun()
557 struct eventfd_ctx *irq_ctx = poll_ctx->entries[i].irq_ctx; in sync_kloop_rx_irq_wake_fun()
734 struct eventfd_ctx *irq = NULL; in netmap_sync_kloop()