Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dlockdep.h308 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) macro
/linux-4.19.296/fs/
Dinode.c953 if (lockdep_match_class(&inode->i_rwsem, &type->i_mutex_key)) { in lockdep_annotate_inode_mutex_key()