Searched refs:MUTEX_NOLOCKDEP (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | mutex.h | 37 MUTEX_NOLOCKDEP = 3 enumerator 77 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_off_maybe() 83 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_on_maybe() 102 ASSERT(type == MUTEX_DEFAULT || type == MUTEX_NOLOCKDEP); \
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 202 #define MUTEX_NOLOCKDEP 0 macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | multilist.c | 92 mutex_init(&mls->mls_lock, NULL, MUTEX_NOLOCKDEP, NULL); in multilist_create_impl()
|
| H A D | txg.c | 132 mutex_init(&tx->tx_cpu[c].tc_open_lock, NULL, MUTEX_NOLOCKDEP, in txg_init()
|
| H A D | sa.c | 1016 mutex_init(&sa->sa_lock, NULL, MUTEX_NOLOCKDEP, NULL); in sa_setup()
|
| H A D | vdev.c | 600 mutex_init(&vd->vdev_dtl_lock, NULL, MUTEX_NOLOCKDEP, NULL); in vdev_alloc_common()
|
| H A D | dbuf.c | 2187 mutex_init(&dr->dt.di.dr_mtx, NULL, MUTEX_NOLOCKDEP, NULL); in dbuf_dirty()
|
| H A D | zio.c | 830 mutex_init(&zio->io_lock, NULL, MUTEX_NOLOCKDEP, NULL); in zio_create()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 268 #define MUTEX_NOLOCKDEP MUTEX_DEFAULT
|