Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/locking/
Dlockdep.c220 static inline struct lock_class *hlock_class(struct held_lock *hlock) in hlock_class() function
351 stats = get_lock_stats(hlock_class(hlock)); in lock_release_holdtime()
766 struct lock_class *lock = hlock_class(hlock); in print_lock()
1668 __bfs_init_root(lock, hlock_class(hlock)); in bfs_init_root()
1682 __bfs_init_root(lock, hlock_class(hlock)); in bfs_init_rootb()
1880 struct lock_class *source = hlock_class(src); in print_circular_lock_scenario()
1881 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario()
1987 return hlock_class(hlock) == entry->class && /* Found A -> .. -> B */ in hlock_equal()
2014 return hlock_class(hlock) == entry->class && /* Found A -> .. -> B */ in hlock_conflict()
2575 print_lock_name(hlock_class(prev)); in print_bad_irq_dependency()
[all …]