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

/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1340 * the netmap_knrw() function that it is being called from
1341 * 'nm_os_selwakeup'; this is necessary because when netmap_knrw() is
1405 netmap_knrw(struct knote *kn, long hint, int events) function
1427 return netmap_knrw(kn, hint, POLLIN);
1433 return netmap_knrw(kn, hint, POLLOUT);

Completed in 96 milliseconds