Searched refs:hlock_class (Results 1 – 1 of 1) sorted by relevance
227 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() function355 stats = get_lock_stats(hlock_class(hlock)); in lock_release_holdtime()774 struct lock_class *lock = hlock_class(hlock); in print_lock()1679 __bfs_init_root(lock, hlock_class(hlock)); in bfs_init_root()1693 __bfs_init_root(lock, hlock_class(hlock)); in bfs_init_rootb()1891 struct lock_class *source = hlock_class(src); in print_circular_lock_scenario()1892 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario()2000 return hlock_class(hlock) == entry->class && /* Found A -> .. -> B */ in hlock_conflict()2580 print_lock_name(prev, hlock_class(prev)); in print_bad_irq_dependency()2582 print_lock_name(next, hlock_class(next)); in print_bad_irq_dependency()[all …]