Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dlockdep.h308 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key)
310 static inline int lockdep_match_key(struct lockdep_map *lock, in lockdep_match_key() function