Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h57 mtx_init(&V_dn_cfg.uh_mtx, "dn_uh", NULL, MTX_DEF); \
61 mtx_destroy(&V_dn_cfg.uh_mtx); \
65 #define DN_UH_RLOCK() mtx_lock(&V_dn_cfg.uh_mtx)
66 #define DN_UH_RUNLOCK() mtx_unlock(&V_dn_cfg.uh_mtx)
67 #define DN_UH_WLOCK() mtx_lock(&V_dn_cfg.uh_mtx)
68 #define DN_UH_WUNLOCK() mtx_unlock(&V_dn_cfg.uh_mtx)
69 #define DN_UH_LOCK_ASSERT() mtx_assert(&V_dn_cfg.uh_mtx, MA_OWNED)
72 #define DN_BH_RLOCK() mtx_lock(&V_dn_cfg.uh_mtx)
73 #define DN_BH_RUNLOCK() mtx_unlock(&V_dn_cfg.uh_mtx)
74 #define DN_BH_WLOCK() mtx_lock(&V_dn_cfg.uh_mtx)
[all …]