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

  /src/sys/opencrypto/
cryptodev_internal.h 5 extern kmutex_t cryptodev_mtx;
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...]
ocryptodev.c 157 mutex_enter(&cryptodev_mtx);
160 mutex_exit(&cryptodev_mtx);

Completed in 12 milliseconds