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

/freebsd-current/sys/dev/netmap/
H A Dnetmap_kloop.c469 int (*next_wake_fun)(wait_queue_t *, unsigned, int, void *); member in struct:sync_kloop_poll_ctx
492 if (poll_ctx->next_wake_fun == NULL) {
496 poll_ctx->next_wake_fun);
713 poll_ctx->next_wake_fun = NULL;
774 poll_ctx->next_wake_fun =
778 poll_ctx->next_wake_fun =
781 poll_ctx->next_wake_fun = NULL;
799 poll_ctx->next_wake_fun = direct_tx ?
805 poll_ctx->next_wake_fun = direct_rx ?

Completed in 53 milliseconds