Searched refs:lockdep_match_key (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dlockdep.h187 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key)
189 static inline int lockdep_match_key(struct lockdep_map *lock, function
343 * We don't define lockdep_match_class() and lockdep_match_key() for !LOCKDEP

Completed in 140 milliseconds