Searched refs:lock_list (Results 1 – 3 of 3) sorted by relevance
132 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];843 static struct lock_list *alloc_list_entry(void) in alloc_list_entry()863 struct lock_list *entry; in add_lock_to_list()949 static inline void mark_lock_accessed(struct lock_list *lock, in mark_lock_accessed()950 struct lock_list *parent) in mark_lock_accessed()960 static inline unsigned long lock_accessed(struct lock_list *lock) in lock_accessed()969 static inline struct lock_list *get_lock_parent(struct lock_list *child) in get_lock_parent()974 static inline int get_lock_depth(struct lock_list *child) in get_lock_depth()977 struct lock_list *parent; in get_lock_depth()986 static int __bfs(struct lock_list *source_entry, in __bfs()[all …]
61 struct lock_list *entry; in l_show()
185 struct lock_list { struct195 struct lock_list *parent; argument