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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_vale.c250 NMG_LOCK();
281 NMG_LOCK();
328 NMG_LOCK();
364 NMG_LOCK();
401 NMG_LOCK();
478 NMG_LOCK();
546 NMG_LOCK();
1476 NMG_LOCK();
1554 NMG_LOCK();
1568 NMG_LOCK();
[all...]
H A Dnetmap_kloop.c598 NMG_LOCK();
796 NMG_LOCK();
903 NMG_LOCK();
931 NMG_LOCK();
943 NMG_LOCK();
H A Dnetmap_freebsd.c1093 NMG_LOCK();
1118 NMG_LOCK();
1160 NMG_LOCK();
1378 NMG_LOCK();
1393 NMG_LOCK();
1484 NMG_LOCK();
H A Dnetmap.c111 NMG_LOCK() serializes all modifications to switches and ports.
116 lock is acquired in exclusive mode (after holding NMG_LOCK).
117 When forwarding, the lock is acquired in shared mode (without NMG_LOCK).
754 /* call with NMG_LOCK held */
826 /* call with NMG_LOCK held */
919 /* call with NMG_LOCK held */
951 /* call with NMG_LOCK held */
985 /* call with NMG_LOCK held */
1073 /* call with NMG_LOCK held */
1093 /* call with NMG_LOCK *no
[all...]
H A Dnetmap_bdg.c33 NMG_LOCK() serializes all modifications to switches and ports.
38 lock is acquired in exclusive mode (after holding NMG_LOCK).
39 When forwarding, the lock is acquired in shared mode (without NMG_LOCK).
173 * MUST BE CALLED WITH NMG_LOCK()
255 * Called without NMG_LOCK.
265 NMG_LOCK();
420 * during the search because NMG_LOCK already guarantees
820 NMG_LOCK();
849 * Called without NMG_LOCK.
858 NMG_LOCK();
[all...]
H A Dnetmap_pipe.c711 NMG_LOCK();
H A Dnetmap_kern.h241 #define NMG_LOCK() NM_MTX_LOCK(netmap_global_lock) macro
770 * Called with NMG_LOCK held.
781 * Called with NMG_LOCK held.
793 * Called with NMG_LOCK held.
827 * Called with NMG_LOCK held.
832 * Called with NMG_LOCK held.
941 * Evaluation must be done under NMG_LOCK().
1909 * this is protected by a global lock (NMG_LOCK) due to low contention.
1914 * np_refs is protected by NMG_LOCK.
1929 uint16_t np_kloop_state; /* use with NMG_LOCK hel
[all...]

Completed in 95 milliseconds