Home
last modified time | relevance | path

Searched refs:NM_SELRECORD_T (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h101 #define NM_SELRECORD_T struct thread macro
181 #define NM_SELRECORD_T IO_STACK_LOCATION macro
292 void nm_os_selrecord(NM_SELRECORD_T *sr, NM_SELINFO_T *si);
1605 int netmap_poll(struct netmap_priv_d *, int events, NM_SELRECORD_T *td);
H A Dnetmap.c3654 netmap_poll(struct netmap_priv_d *priv, int events, NM_SELRECORD_T *sr) in netmap_poll()