Searched refs:crypto_drivers_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/opencrypto/
H A Dcrypto.c96 static struct mtx crypto_drivers_mtx; /* lock on driver table */ variable in typeref:struct:mtx
97 #define CRYPTO_DRIVER_LOCK() mtx_lock(&crypto_drivers_mtx)
98 #define CRYPTO_DRIVER_UNLOCK() mtx_unlock(&crypto_drivers_mtx)
99 #define CRYPTO_DRIVER_ASSERT() mtx_assert(&crypto_drivers_mtx, MA_OWNED)
195 mtx_init(&crypto_drivers_mtx, "crypto", "crypto driver table",
260 mtx_assert(&crypto_drivers_mtx, MA_OWNED);
298 mtx_destroy(&crypto_drivers_mtx);
436 mtx_assert(&crypto_drivers_mtx, MA_OWNED);

Completed in 54 milliseconds