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

/freebsd-10.0-release/sys/opencrypto/
H A Dcrypto.c153 static struct mtx crypto_ret_q_mtx; variable in typeref:struct:mtx
154 #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);
297 mtx_destroy(&crypto_ret_q_mtx);
1438 msleep(&crp_ret_q, &crypto_ret_q_mtx, PWAIT,

Completed in 61 milliseconds