Lines Matching refs:DEBUG_LOCKS_WARN_ON

109 	DEBUG_LOCKS_WARN_ON(!irqs_disabled());  in lockdep_lock()
118 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in lockdep_unlock()
120 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock()
130 return DEBUG_LOCKS_WARN_ON(__owner != current); in lockdep_assert_locked()
202 DEBUG_LOCKS_WARN_ON(1); in hlock_class()
885 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in look_up_lock_class()
1240 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in register_lock_class()
1330 if (DEBUG_LOCKS_WARN_ON(class->subclass != subclass)) in register_lock_class()
2668 if (DEBUG_LOCKS_WARN_ON(ret == BFS_RNOMATCH)) in check_irq_usage()
2678 if (DEBUG_LOCKS_WARN_ON(ret == -1)) in check_irq_usage()
3383 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
3391 if (DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)) { in check_no_collision()
3662 if (DEBUG_LOCKS_WARN_ON(!test_bit(hlock->class_idx, lock_classes_in_use))) in check_chain_key()
4079 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on_prepare()
4085 if (DEBUG_LOCKS_WARN_ON(early_boot_irqs_disabled)) in lockdep_hardirqs_on_prepare()
4092 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirq_context())) in lockdep_hardirqs_on_prepare()
4148 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on()
4155 DEBUG_LOCKS_WARN_ON(current->hardirq_chain_key != in lockdep_hardirqs_on()
4190 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_off()
4223 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_on()
4260 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_off()
4276 DEBUG_LOCKS_WARN_ON(!softirq_count()); in lockdep_softirqs_off()
4376 DEBUG_LOCKS_WARN_ON(1); in mark_lock()
4596 if (DEBUG_LOCKS_WARN_ON(!name)) { in lockdep_init_map_waits()
4609 if (DEBUG_LOCKS_WARN_ON(!key)) in lockdep_init_map_waits()
4618 DEBUG_LOCKS_WARN_ON(1); in lockdep_init_map_waits()
4629 if (DEBUG_LOCKS_WARN_ON(!lockdep_enabled())) in lockdep_init_map_waits()
4735 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
4752 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
4764 if (DEBUG_LOCKS_WARN_ON(!class)) in __lock_acquire()
4802 if (DEBUG_LOCKS_WARN_ON(!test_bit(class_idx, lock_classes_in_use))) in __lock_acquire()
4810 if (DEBUG_LOCKS_WARN_ON(chain_key != INITIAL_CHAIN_KEY)) in __lock_acquire()
4914 if (DEBUG_LOCKS_WARN_ON(!hlock->nest_lock)) in match_held_lock()
4966 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in reacquire_held_locks()
5011 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_set_class()
5036 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged)) in __lock_set_class()
5056 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_downgrade()
5076 if (DEBUG_LOCKS_WARN_ON(merged)) in __lock_downgrade()
5083 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth)) in __lock_downgrade()
5166 DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged); in __lock_release()
5281 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirqs_enabled())) { in check_flags()
5285 if (DEBUG_LOCKS_WARN_ON(!lockdep_hardirqs_enabled())) { in check_flags()
5298 DEBUG_LOCKS_WARN_ON(current->softirqs_enabled); in check_flags()
5301 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled); in check_flags()
5581 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_contended()
5623 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_acquired()