Searched refs:crypto_ret_q_mtx (Results 1 – 1 of 1) sorted by relevance
152 static struct mtx crypto_ret_q_mtx; variable153 #define CRYPTO_RETQ_LOCK() mtx_lock(&crypto_ret_q_mtx)154 #define CRYPTO_RETQ_UNLOCK() mtx_unlock(&crypto_ret_q_mtx)203 mtx_init(&crypto_ret_q_mtx, "crypto", "crypto return queues", MTX_DEF); in crypto_init()296 mtx_destroy(&crypto_ret_q_mtx); in crypto_destroy()1439 msleep(&crp_ret_q, &crypto_ret_q_mtx, PWAIT, in crypto_ret_proc()