Lines Matching refs:DEBUG_LOCKS_WARN_ON

143 	DEBUG_LOCKS_WARN_ON(!irqs_disabled());  in lockdep_lock()
152 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in lockdep_unlock()
154 if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current)) in lockdep_unlock()
165 return DEBUG_LOCKS_WARN_ON(__owner != current); in lockdep_assert_locked()
237 DEBUG_LOCKS_WARN_ON(1); in hlock_class()
932 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in look_up_lock_class()
1293 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in register_lock_class()
1391 if (DEBUG_LOCKS_WARN_ON(class->subclass != subclass)) in register_lock_class()
2319 DEBUG_LOCKS_WARN_ON(entry->class->wait_type_inner < LD_WAIT_CONFIG)) in usage_skip()
2880 if (DEBUG_LOCKS_WARN_ON(ret == BFS_RNOMATCH)) in check_irq_usage()
2890 if (DEBUG_LOCKS_WARN_ON(ret == -1)) in check_irq_usage()
3680 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()
3688 if (DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)) { in check_no_collision()
3963 if (DEBUG_LOCKS_WARN_ON(!test_bit(hlock->class_idx, lock_classes_in_use))) in check_chain_key()
4392 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on_prepare()
4398 if (DEBUG_LOCKS_WARN_ON(early_boot_irqs_disabled)) in lockdep_hardirqs_on_prepare()
4405 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirq_context())) in lockdep_hardirqs_on_prepare()
4461 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_on()
4468 DEBUG_LOCKS_WARN_ON(current->hardirq_chain_key != in lockdep_hardirqs_on()
4503 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_hardirqs_off()
4536 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_on()
4573 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in lockdep_softirqs_off()
4589 DEBUG_LOCKS_WARN_ON(!softirq_count()); in lockdep_softirqs_off()
4719 DEBUG_LOCKS_WARN_ON(1); in mark_lock()
4954 if (DEBUG_LOCKS_WARN_ON(!name)) { in lockdep_init_map_type()
4968 if (DEBUG_LOCKS_WARN_ON(!key)) in lockdep_init_map_type()
4977 DEBUG_LOCKS_WARN_ON(1); in lockdep_init_map_type()
4988 if (DEBUG_LOCKS_WARN_ON(!lockdep_enabled())) in lockdep_init_map_type()
5136 if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH)) in __lock_acquire()
5154 if (DEBUG_LOCKS_WARN_ON(hlock->references < references)) in __lock_acquire()
5166 if (DEBUG_LOCKS_WARN_ON(!class)) in __lock_acquire()
5205 if (DEBUG_LOCKS_WARN_ON(!test_bit(class_idx, lock_classes_in_use))) in __lock_acquire()
5213 if (DEBUG_LOCKS_WARN_ON(chain_key != INITIAL_CHAIN_KEY)) in __lock_acquire()
5327 if (DEBUG_LOCKS_WARN_ON(!hlock->nest_lock)) in match_held_lock()
5379 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in reacquire_held_locks()
5424 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_set_class()
5450 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged)) in __lock_set_class()
5470 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_downgrade()
5490 if (DEBUG_LOCKS_WARN_ON(merged)) in __lock_downgrade()
5497 if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth)) in __lock_downgrade()
5580 DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged); in __lock_release()
5698 if (DEBUG_LOCKS_WARN_ON(lockdep_hardirqs_enabled())) { in check_flags()
5702 if (DEBUG_LOCKS_WARN_ON(!lockdep_hardirqs_enabled())) { in check_flags()
5716 DEBUG_LOCKS_WARN_ON(current->softirqs_enabled); in check_flags()
5719 DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled); in check_flags()
6047 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_contended()
6092 if (DEBUG_LOCKS_WARN_ON(!depth)) in __lock_acquired()