Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h63 mtx_destroy(&dn_cfg.uh_mtx); \
67 #define DN_UH_RLOCK() mtx_lock(&dn_cfg.uh_mtx)
68 #define DN_UH_RUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
69 #define DN_UH_WLOCK() mtx_lock(&dn_cfg.uh_mtx)
70 #define DN_UH_WUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
74 #define DN_BH_RLOCK() mtx_lock(&dn_cfg.uh_mtx)
75 #define DN_BH_RUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
76 #define DN_BH_WLOCK() mtx_lock(&dn_cfg.uh_mtx)
77 #define DN_BH_WUNLOCK() mtx_unlock(&dn_cfg.uh_mtx)
179 spinlock_t uh_mtx; member
[all …]