Searched refs:crypto_ret_q_mtx (Results 1 – 1 of 1) sorted by relevance
153 static struct mtx crypto_ret_q_mtx; variable154 #define CRYPTO_RETQ_LOCK() mtx_lock(&crypto_ret_q_mtx)155 #define CRYPTO_RETQ_UNLOCK() mtx_unlock(&crypto_ret_q_mtx)204 mtx_init(&crypto_ret_q_mtx, "crypto", "crypto return queues", MTX_DEF); in crypto_init()297 mtx_destroy(&crypto_ret_q_mtx); in crypto_destroy()1438 msleep(&crp_ret_q, &crypto_ret_q_mtx, PWAIT, in crypto_ret_proc()