Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.c103 kmutex_t cryptodev_mtx; variable
249 mutex_enter(&cryptodev_mtx); in cryptof_ioctl()
251 mutex_exit(&cryptodev_mtx); in cryptof_ioctl()
258 mutex_enter(&cryptodev_mtx); in cryptof_ioctl()
271 mutex_exit(&cryptodev_mtx); in cryptof_ioctl()
296 mutex_enter(&cryptodev_mtx); in cryptof_ioctl()
298 mutex_exit(&cryptodev_mtx); in cryptof_ioctl()
310 mutex_enter(&cryptodev_mtx); in cryptof_ioctl()
315 mutex_exit(&cryptodev_mtx); in cryptof_ioctl()
319 mutex_exit(&cryptodev_mtx); in cryptof_ioctl()
[all …]
H A Dcryptodev_internal.h5 extern kmutex_t cryptodev_mtx;
H A Docryptodev.c157 mutex_enter(&cryptodev_mtx); in ocryptof_ioctl()
160 mutex_exit(&cryptodev_mtx); in ocryptof_ioctl()