Searched refs:LE_LOCK_INITIALIZED (Results 1 – 2 of 2) sorted by relevance
124 #define LE_LOCK_INITIALIZED(_sc) mtx_initialized(&(_sc)->sc_mtx) macro
109 if (LE_LOCK_INITIALIZED(sc) == 0) in lance_config()