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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c92 si->ntfytq = taskqueue_create(name, M_NOWAIT,
93 taskqueue_thread_enqueue, &si->ntfytq);
94 if (si->ntfytq == NULL)
96 err = taskqueue_start_threads(&si->ntfytq, 1, PI_NET, "tq %s", name);
98 taskqueue_free(si->ntfytq);
99 si->ntfytq = NULL;
114 if (si->ntfytq == NULL) {
117 taskqueue_drain(si->ntfytq, &si->ntfytask);
118 taskqueue_free(si->ntfytq);
119 si->ntfytq
[all...]
H A Dnetmap_kern.h135 struct taskqueue *ntfytq; member in struct:nm_selinfo

Completed in 60 milliseconds