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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h88 #define NM_LOCK_T struct mtx /* low level spinlock, used to protect queues */ macro
152 #define NM_LOCK_T safe_spinlock_t // see bsd_glue.h macro
184 #define NM_LOCK_T IOLock * macro
193 #define NM_LOCK_T win_spinlock_t // see win_glue.h macro
471 NM_LOCK_T q_lock; /* protects kring and ring. */
506 NM_LOCK_T tx_event_lock; /* protects the tx_event mbuf */

Completed in 100 milliseconds