Searched defs:ET_UNLOCK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | timeet.h | 87 #define ET_UNLOCK() mtx_unlock(&et_eventtimers_mtx) macro |
/freebsd/sys/dev/et/ | ||
H A D | if_etvar.h | 338 #define ET_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro |