Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlockdep.h244 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) macro
Ddevice.h1103 dev_WARN_ONCE(__d, !lockdep_match_class(&__d->mutex, \
/linux-6.6.21/fs/
Dinode.c1046 if (lockdep_match_class(&inode->i_rwsem, &type->i_mutex_key)) { in lockdep_annotate_inode_mutex_key()