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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h57 mtx_init(&dn_cfg.uh_mtx, "dn_uh", NULL, MTX_DEF); \
61 mtx_destroy(&dn_cfg.uh_mtx); \
65 #define DN_UH_RLOCK() mtx_lock(&dn_cfg.uh_mtx)
66 #define DN_UH_RUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
67 #define DN_UH_WLOCK() mtx_lock(&dn_cfg.uh_mtx)
68 #define DN_UH_WUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
69 #define DN_UH_LOCK_ASSERT() mtx_assert(&dn_cfg.uh_mtx, MA_OWNED)
72 #define DN_BH_RLOCK() mtx_lock(&dn_cfg.uh_mtx)
73 #define DN_BH_RUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
74 #define DN_BH_WLOCK() mtx_lock(&dn_cfg.uh_mtx)
176 spinlock_t uh_mtx; member in struct:dn_parms
179 struct mtx uh_mtx; member in struct:dn_parms
[all...]

Completed in 39 milliseconds