Home
last modified time | relevance | path

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

/trueos/sys/netinet/libalias/
HDalias_mod.c57 struct rwlock handler_rw; variable
64 rw_init(&handler_rw, "Libalias_modules_rwlock")
65 #define LIBALIAS_RWLOCK_DESTROY() rw_destroy(&handler_rw)
67 rw_assert(&handler_rw, RA_WLOCKED)
72 rw_rlock(&handler_rw); in LIBALIAS_RLOCK()
78 rw_runlock(&handler_rw); in LIBALIAS_RUNLOCK()
84 rw_wlock(&handler_rw); in LIBALIAS_WLOCK()
90 rw_wunlock(&handler_rw); in LIBALIAS_WUNLOCK()
97 if (!rw_initialized(&handler_rw)) in _handler_chain_init()
105 if (rw_initialized(&handler_rw)) in _handler_chain_destroy()