Searched refs:unsafe_class (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c1882 * A direct locking problem where unsafe_class lock is taken
1892 * from the safe_class lock to the unsafe_class lock.
2509 struct lock_class *unsafe_class = unsafe_entry->class; local
2516 * A direct locking problem where unsafe_class lock is taken
2526 * from the safe_class lock to the unsafe_class lock.
2528 if (middle_class != unsafe_class) {
2534 __print_lock_name(NULL, unsafe_class);
2542 __print_lock_name(NULL, unsafe_class);

Completed in 118 milliseconds