Home
last modified time | relevance | path

Searched refs:RW_NOLOCKDEP (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/sys/contrib/openzfs/include/os/linux/spl/sys/
HDrwlock.h35 RW_NOLOCKDEP = 5 enumerator
81 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_off_maybe()
87 if (rwp && rwp->rw_type == RW_NOLOCKDEP) \ in spl_rw_lockdep_on_maybe()
123 ASSERT(type == RW_DEFAULT || type == RW_NOLOCKDEP); \
/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDccompile.h109 #define RW_NOLOCKDEP 0 macro
/freebsd-head/sys/contrib/openzfs/include/sys/
HDzfs_context.h298 #define RW_NOLOCKDEP RW_READER
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDzap.c449 rw_init(&l->l_rwlock, NULL, RW_NOLOCKDEP, NULL); in zap_create_leaf()
HDdnode.c128 rw_init(&dn->dn_struct_rwlock, NULL, RW_NOLOCKDEP, NULL); in dnode_cons()
HDdbuf.c297 rw_init(&db->db_rwlock, NULL, RW_NOLOCKDEP, NULL); in dbuf_cons()
/freebsd-head/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_znode_os.c119 rw_init(&zp->z_name_lock, NULL, RW_NOLOCKDEP, NULL); in zfs_znode_cache_constructor()