Lines Matching refs:DEBUG_LOCKS_WARN_ON

141 	DEBUG_LOCKS_WARN_ON(!irqs_disabled());  in lockdep_lock()
150 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in lockdep_unlock()
152 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock()
162 return DEBUG_LOCKS_WARN_ON(__owner != current); in lockdep_assert_locked()
232 DEBUG_LOCKS_WARN_ON(1); in hlock_class()
923 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in look_up_lock_class()
1282 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in register_lock_class()
1376 if (DEBUG_LOCKS_WARN_ON(class->subclass != subclass)) in register_lock_class()
2295 DEBUG_LOCKS_WARN_ON(entry->class->wait_type_inner < LD_WAIT_CONFIG)) in usage_skip()
2852 if (DEBUG_LOCKS_WARN_ON(ret == BFS_RNOMATCH)) in check_irq_usage()
2862 if (DEBUG_LOCKS_WARN_ON(ret == -1)) in check_irq_usage()
3644 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
3652 if (DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)) { in check_no_collision()
3923 if (DEBUG_LOCKS_WARN_ON(!test_bit(hlock->class_idx, lock_classes_in_use))) in check_chain_key()
4340 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on_prepare()
4346 if (DEBUG_LOCKS_WARN_ON(early_boot_irqs_disabled)) in lockdep_hardirqs_on_prepare()
4353 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirq_context())) in lockdep_hardirqs_on_prepare()
4409 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on()
4416 DEBUG_LOCKS_WARN_ON(current->hardirq_chain_key != in lockdep_hardirqs_on()
4451 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_off()
4484 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_on()
4521 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_off()
4537 DEBUG_LOCKS_WARN_ON(!softirq_count()); in lockdep_softirqs_off()
4643 DEBUG_LOCKS_WARN_ON(1); in mark_lock()
4872 if (DEBUG_LOCKS_WARN_ON(!name)) { in lockdep_init_map_type()
4886 if (DEBUG_LOCKS_WARN_ON(!key)) in lockdep_init_map_type()
4895 DEBUG_LOCKS_WARN_ON(1); in lockdep_init_map_type()
4906 if (DEBUG_LOCKS_WARN_ON(!lockdep_enabled())) in lockdep_init_map_type()
5038 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5056 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
5068 if (DEBUG_LOCKS_WARN_ON(!class)) in __lock_acquire()
5107 if (DEBUG_LOCKS_WARN_ON(!test_bit(class_idx, lock_classes_in_use))) in __lock_acquire()
5115 if (DEBUG_LOCKS_WARN_ON(chain_key != INITIAL_CHAIN_KEY)) in __lock_acquire()
5223 if (DEBUG_LOCKS_WARN_ON(!hlock->nest_lock)) in match_held_lock()
5275 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in reacquire_held_locks()
5320 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_set_class()
5346 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged)) in __lock_set_class()
5366 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_downgrade()
5386 if (DEBUG_LOCKS_WARN_ON(merged)) in __lock_downgrade()
5393 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth)) in __lock_downgrade()
5476 DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged); in __lock_release()
5594 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirqs_enabled())) { in check_flags()
5598 if (DEBUG_LOCKS_WARN_ON(!lockdep_hardirqs_enabled())) { in check_flags()
5612 DEBUG_LOCKS_WARN_ON(current->softirqs_enabled); in check_flags()
5615 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled); in check_flags()
5930 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_contended()
5972 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_acquired()