Searched refs:irq_ctx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c152 struct eventfd_ctx *irq_ctx; member in struct:sync_kloop_ring_args
251 if (a->irq_ctx && more_txspace && csb_atok_intr_enabled(csb_atok)) {
254 eventfd_signal(a->irq_ctx, 1);
295 if (a->irq_ctx && more_txspace && csb_atok_intr_enabled(csb_atok)) {
296 eventfd_signal(a->irq_ctx, 1);
386 if (a->irq_ctx && some_recvd && csb_atok_intr_enabled(csb_atok)) {
389 eventfd_signal(a->irq_ctx, 1);
434 if (a->irq_ctx && some_recvd && csb_atok_intr_enabled(csb_atok)) {
435 eventfd_signal(a->irq_ctx, 1);
450 struct eventfd_ctx *irq_ctx; member in struct:sync_kloop_poll_entry
517 struct eventfd_ctx *irq_ctx = poll_ctx->entries[i].irq_ctx; local
549 struct eventfd_ctx *irq_ctx = poll_ctx->entries[i].irq_ctx; local
[all...]

Completed in 53 milliseconds