Home
last modified time | relevance | path

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

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