Searched refs:crypto_q_mtx (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c141 static struct mtx crypto_q_mtx; variable in typeref:struct:mtx
142 #define CRYPTO_Q_LOCK() mtx_lock(&crypto_q_mtx)
143 #define CRYPTO_Q_UNLOCK() mtx_unlock(&crypto_q_mtx)
233 mtx_init(&crypto_q_mtx, "crypto", "crypto op queues", MTX_DEF);
332 mtx_destroy(&crypto_q_mtx);
1413 msleep(&crp_q, &crypto_q_mtx, PWAIT, "crypto_wait", 0);

Completed in 75 milliseconds