Home
last modified time | relevance | path

Searched refs:crypto_q_mtx (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dcrypto.c152 static struct mtx crypto_q_mtx; variable
153 #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()