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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c463 int (*next_wake_fun)(wait_queue_t *, unsigned, int, void *); member in struct:sync_kloop_poll_ctx
486 if (poll_ctx->next_wake_fun == NULL) {
490 poll_ctx->next_wake_fun);
714 poll_ctx->next_wake_fun = NULL;
775 poll_ctx->next_wake_fun =
779 poll_ctx->next_wake_fun =
782 poll_ctx->next_wake_fun = NULL;
800 poll_ctx->next_wake_fun = direct_tx ?
806 poll_ctx->next_wake_fun = direct_rx ?

Completed in 61 milliseconds