Searched refs:crypto_q_mtx (Results 1 – 1 of 1) sorted by relevance
152 static struct mtx crypto_q_mtx; variable153 #define CRYPTO_Q_LOCK() mtx_lock(&crypto_q_mtx)154 #define CRYPTO_Q_UNLOCK() mtx_unlock(&crypto_q_mtx)330 mtx_init(&crypto_q_mtx, "crypto", "crypto op queues", MTX_DEF); in crypto_init()489 mtx_destroy(&crypto_q_mtx); in crypto_destroy()2078 msleep(&crp_q, &crypto_q_mtx, PWAIT, "crypto_wait", 0); in crypto_proc()