Lines Matching refs:lock_list
171 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
977 struct lock_list *e; in class_lock_list_valid()
1039 struct lock_list *e; in __check_data_structures()
1341 static struct lock_list *alloc_list_entry(void) in alloc_list_entry()
1367 struct lock_list *entry; in add_lock_to_list()
1408 struct lock_list *element[MAX_CIRCULAR_QUEUE_SIZE];
1434 static inline int __cq_enqueue(struct circular_queue *cq, struct lock_list *elem) in __cq_enqueue()
1448 static inline struct lock_list * __cq_dequeue(struct circular_queue *cq) in __cq_dequeue()
1450 struct lock_list * lock; in __cq_dequeue()
1466 static inline void mark_lock_accessed(struct lock_list *lock) in mark_lock_accessed()
1471 static inline void visit_lock_entry(struct lock_list *lock, in visit_lock_entry()
1472 struct lock_list *parent) in visit_lock_entry()
1477 static inline unsigned long lock_accessed(struct lock_list *lock) in lock_accessed()
1482 static inline struct lock_list *get_lock_parent(struct lock_list *child) in get_lock_parent()
1487 static inline int get_lock_depth(struct lock_list *child) in get_lock_depth()
1490 struct lock_list *parent; in get_lock_depth()
1506 static inline struct list_head *get_dep_list(struct lock_list *lock, int offset) in get_dep_list()
1598 static inline void __bfs_init_root(struct lock_list *lock, in __bfs_init_root()
1614 static inline void bfs_init_root(struct lock_list *lock, in bfs_init_root()
1628 static inline void bfs_init_rootb(struct lock_list *lock, in bfs_init_rootb()
1635 static inline struct lock_list *__bfs_next(struct lock_list *lock, int offset) in __bfs_next()
1641 &lock->entry, struct lock_list, entry); in __bfs_next()
1671 static enum bfs_result __bfs(struct lock_list *source_entry, in __bfs()
1673 bool (*match)(struct lock_list *entry, void *data), in __bfs()
1674 struct lock_list **target_entry, in __bfs()
1678 struct lock_list *lock = NULL; in __bfs()
1679 struct lock_list *entry; in __bfs()
1774 __bfs_forwards(struct lock_list *src_entry, in __bfs_forwards()
1776 bool (*match)(struct lock_list *entry, void *data), in __bfs_forwards()
1777 struct lock_list **target_entry) in __bfs_forwards()
1785 __bfs_backwards(struct lock_list *src_entry, in __bfs_backwards()
1787 bool (*match)(struct lock_list *entry, void *data), in __bfs_backwards()
1788 struct lock_list **target_entry) in __bfs_backwards()
1806 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry()
1819 struct lock_list *prt) in print_circular_lock_scenario()
1871 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header()
1924 static inline bool hlock_equal(struct lock_list *entry, void *data) in hlock_equal()
1951 static inline bool hlock_conflict(struct lock_list *entry, void *data) in hlock_conflict()
1960 static noinline void print_circular_bug(struct lock_list *this, in print_circular_bug()
1961 struct lock_list *target, in print_circular_bug()
1966 struct lock_list *parent; in print_circular_bug()
1967 struct lock_list *first_parent; in print_circular_bug()
2010 static bool noop_count(struct lock_list *entry, void *data) in noop_count()
2016 static unsigned long __lockdep_count_forward_deps(struct lock_list *this) in __lockdep_count_forward_deps()
2019 struct lock_list *target_entry; in __lockdep_count_forward_deps()
2028 struct lock_list this; in lockdep_count_forward_deps()
2041 static unsigned long __lockdep_count_backward_deps(struct lock_list *this) in __lockdep_count_backward_deps()
2044 struct lock_list *target_entry; in __lockdep_count_backward_deps()
2054 struct lock_list this; in lockdep_count_backward_deps()
2072 check_path(struct held_lock *target, struct lock_list *src_entry, in check_path()
2073 bool (*match)(struct lock_list *entry, void *data), in check_path()
2074 struct lock_list **target_entry) in check_path()
2098 struct lock_list *target_entry; in check_noncircular()
2099 struct lock_list src_entry; in check_noncircular()
2136 struct lock_list *target_entry; in check_redundant()
2137 struct lock_list src_entry; in check_redundant()
2206 static inline bool usage_accumulate(struct lock_list *entry, void *mask) in usage_accumulate()
2225 static inline bool usage_match(struct lock_list *entry, void *mask) in usage_match()
2241 find_usage_forwards(struct lock_list *root, unsigned long usage_mask, in find_usage_forwards()
2242 struct lock_list **target_entry) in find_usage_forwards()
2258 find_usage_backwards(struct lock_list *root, unsigned long usage_mask, in find_usage_backwards()
2259 struct lock_list **target_entry) in find_usage_backwards()
2300 print_shortest_lock_dependencies(struct lock_list *leaf, in print_shortest_lock_dependencies()
2301 struct lock_list *root) in print_shortest_lock_dependencies()
2303 struct lock_list *entry = leaf; in print_shortest_lock_dependencies()
2326 print_irq_lock_scenario(struct lock_list *safe_entry, in print_irq_lock_scenario()
2327 struct lock_list *unsafe_entry, in print_irq_lock_scenario()
2383 struct lock_list *prev_root, in print_bad_irq_dependency()
2384 struct lock_list *next_root, in print_bad_irq_dependency()
2385 struct lock_list *backwards_entry, in print_bad_irq_dependency()
2386 struct lock_list *forwards_entry, in print_bad_irq_dependency()
2619 struct lock_list *target_entry1; in check_irq_usage()
2620 struct lock_list *target_entry; in check_irq_usage()
2621 struct lock_list this, that; in check_irq_usage()
2837 struct lock_list *entry; in check_prev_add()
3763 struct lock_list *root, struct lock_list *other, in print_irq_inversion_bug()
3767 struct lock_list *entry = other; in print_irq_inversion_bug()
3768 struct lock_list *middle = NULL; in print_irq_inversion_bug()
3830 struct lock_list root; in check_usage_forwards()
3831 struct lock_list *target_entry; in check_usage_forwards()
3865 struct lock_list root; in check_usage_backwards()
3866 struct lock_list *target_entry; in check_usage_backwards()
5772 struct lock_list *entry; in zap_class()