HomeSort by: relevance | last modified time | path
    Searched defs:cryptodev_mtx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/opencrypto/
cryptodev.c 103 kmutex_t cryptodev_mtx; variable in typeref:typename:kmutex_t
249 mutex_enter(&cryptodev_mtx);
251 mutex_exit(&cryptodev_mtx);
258 mutex_enter(&cryptodev_mtx);
271 mutex_exit(&cryptodev_mtx);
296 mutex_enter(&cryptodev_mtx);
298 mutex_exit(&cryptodev_mtx);
310 mutex_enter(&cryptodev_mtx);
315 mutex_exit(&cryptodev_mtx);
319 mutex_exit(&cryptodev_mtx);
    [all...]

Completed in 13 milliseconds