Searched refs:lock_list (Results 1 – 3 of 3) sorted by relevance
129 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];851 static struct lock_list *alloc_list_entry(void) in alloc_list_entry()871 struct lock_list *entry; in add_lock_to_list()957 static inline void mark_lock_accessed(struct lock_list *lock, in mark_lock_accessed()958 struct lock_list *parent) in mark_lock_accessed()968 static inline unsigned long lock_accessed(struct lock_list *lock) in lock_accessed()977 static inline struct lock_list *get_lock_parent(struct lock_list *child) in get_lock_parent()982 static inline int get_lock_depth(struct lock_list *child) in get_lock_depth()985 struct lock_list *parent; in get_lock_depth()994 static int __bfs(struct lock_list *source_entry, in __bfs()[all …]
60 struct lock_list *entry; in l_show()
182 struct lock_list { struct192 struct lock_list *parent; argument