Searched refs:MUTEX_NOLOCKDEP (Results 1 – 10 of 10) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| HD | mutex.h | 38 MUTEX_NOLOCKDEP = 3 enumerator 78 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_off_maybe() 84 if (mp && mp->m_type == MUTEX_NOLOCKDEP) \ in spl_mutex_lockdep_on_maybe() 103 ASSERT(type == MUTEX_DEFAULT || type == MUTEX_NOLOCKDEP); \
|
| /freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 108 #define MUTEX_NOLOCKDEP 0 macro
|
| /freebsd-head/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-procfs-list.c | 238 mutex_init(&procfs_list->pl_lock, NULL, MUTEX_NOLOCKDEP, NULL); in procfs_list_install()
|
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | multilist.c | 91 mutex_init(&mls->mls_lock, NULL, MUTEX_NOLOCKDEP, NULL); in multilist_create_impl()
|
| HD | txg.c | 133 mutex_init(&tx->tx_cpu[c].tc_open_lock, NULL, MUTEX_NOLOCKDEP, in txg_init()
|
| HD | dbuf.c | 296 mutex_init(&db->db_mtx, NULL, MUTEX_NOLOCKDEP, NULL); in dbuf_cons() 975 mutex_init(&h->hash_mutexes[i], NULL, MUTEX_NOLOCKDEP, NULL); in dbuf_init() 2383 mutex_init(&dr->dt.di.dr_mtx, NULL, MUTEX_NOLOCKDEP, NULL); in dbuf_dirty()
|
| HD | sa.c | 1019 mutex_init(&sa->sa_lock, NULL, MUTEX_NOLOCKDEP, NULL); in sa_setup()
|
| HD | zio.c | 994 mutex_init(&zio->io_lock, NULL, MUTEX_NOLOCKDEP, NULL); in zio_create()
|
| HD | vdev.c | 727 mutex_init(&vd->vdev_dtl_lock, NULL, MUTEX_NOLOCKDEP, NULL); in vdev_alloc_common()
|
| /freebsd-head/sys/contrib/openzfs/include/sys/ |
| HD | zfs_context.h | 270 #define MUTEX_NOLOCKDEP MUTEX_DEFAULT
|