Symbol: DEBUG_LOCKS_WARN_ON
arch/x86/include/asm/desc.h
328
DEBUG_LOCKS_WARN_ON(preemptible());
arch/x86/include/asm/desc.h
345
DEBUG_LOCKS_WARN_ON(preemptible());
arch/x86/include/asm/mmu_context.h
84
DEBUG_LOCKS_WARN_ON(preemptible());
arch/x86/kernel/ldt.c
113
DEBUG_LOCKS_WARN_ON(preemptible());
include/linux/debug_locks.h
39
# define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
include/linux/highmem-internal.h
17
DEBUG_LOCKS_WARN_ON(current->kmap_ctrl.idx);
include/linux/local_lock_internal.h
47
DEBUG_LOCKS_WARN_ON(l->owner);
include/linux/local_lock_internal.h
54
DEBUG_LOCKS_WARN_ON(l->owner);
include/linux/local_lock_internal.h
60
DEBUG_LOCKS_WARN_ON(l->owner != current);
include/linux/ww_mutex.h
189
DEBUG_LOCKS_WARN_ON(ctx->done_acquire);
include/linux/ww_mutex.h
209
DEBUG_LOCKS_WARN_ON(ctx->acquired);
include/linux/ww_mutex.h
318
DEBUG_LOCKS_WARN_ON(!ctx->contending_lock);
include/linux/ww_mutex.h
355
DEBUG_LOCKS_WARN_ON(!ctx->contending_lock);
kernel/fork.c
2082
DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled);
kernel/locking/lockdep.c
1292
DEBUG_LOCKS_WARN_ON(!irqs_disabled());
kernel/locking/lockdep.c
1390
if (DEBUG_LOCKS_WARN_ON(class->subclass != subclass))
kernel/locking/lockdep.c
143
DEBUG_LOCKS_WARN_ON(!irqs_disabled());
kernel/locking/lockdep.c
152
DEBUG_LOCKS_WARN_ON(!irqs_disabled());
kernel/locking/lockdep.c
154
if (debug_locks && DEBUG_LOCKS_WARN_ON(__owner != current))
kernel/locking/lockdep.c
165
return DEBUG_LOCKS_WARN_ON(__owner != current);
kernel/locking/lockdep.c
2283
DEBUG_LOCKS_WARN_ON(entry->class->wait_type_inner < LD_WAIT_CONFIG))
kernel/locking/lockdep.c
238
DEBUG_LOCKS_WARN_ON(1);
kernel/locking/lockdep.c
2844
if (DEBUG_LOCKS_WARN_ON(ret == BFS_RNOMATCH))
kernel/locking/lockdep.c
2854
if (DEBUG_LOCKS_WARN_ON(ret == -1))
kernel/locking/lockdep.c
3679
if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) {
kernel/locking/lockdep.c
3687
if (DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)) {
kernel/locking/lockdep.c
3962
if (DEBUG_LOCKS_WARN_ON(!test_bit(hlock->class_idx, lock_classes_in_use)))
kernel/locking/lockdep.c
4391
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
4397
if (DEBUG_LOCKS_WARN_ON(early_boot_irqs_disabled))
kernel/locking/lockdep.c
4404
if (DEBUG_LOCKS_WARN_ON(lockdep_hardirq_context()))
kernel/locking/lockdep.c
4460
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
4467
DEBUG_LOCKS_WARN_ON(current->hardirq_chain_key !=
kernel/locking/lockdep.c
4502
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
4535
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
4572
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
4588
DEBUG_LOCKS_WARN_ON(!softirq_count());
kernel/locking/lockdep.c
4718
DEBUG_LOCKS_WARN_ON(1);
kernel/locking/lockdep.c
4953
if (DEBUG_LOCKS_WARN_ON(!name)) {
kernel/locking/lockdep.c
4967
if (DEBUG_LOCKS_WARN_ON(!key))
kernel/locking/lockdep.c
4976
DEBUG_LOCKS_WARN_ON(1);
kernel/locking/lockdep.c
4987
if (DEBUG_LOCKS_WARN_ON(!lockdep_enabled()))
kernel/locking/lockdep.c
5103
if (DEBUG_LOCKS_WARN_ON(subclass >= MAX_LOCKDEP_SUBCLASSES))
kernel/locking/lockdep.c
5138
if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH))
kernel/locking/lockdep.c
5156
if (DEBUG_LOCKS_WARN_ON(hlock->references < references))
kernel/locking/lockdep.c
5168
if (DEBUG_LOCKS_WARN_ON(!class))
kernel/locking/lockdep.c
5207
if (DEBUG_LOCKS_WARN_ON(!test_bit(class_idx, lock_classes_in_use)))
kernel/locking/lockdep.c
5215
if (DEBUG_LOCKS_WARN_ON(chain_key != INITIAL_CHAIN_KEY))
kernel/locking/lockdep.c
5329
if (DEBUG_LOCKS_WARN_ON(!hlock->nest_lock))
kernel/locking/lockdep.c
5381
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep.c
5426
if (DEBUG_LOCKS_WARN_ON(!depth))
kernel/locking/lockdep.c
5452
if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged))
kernel/locking/lockdep.c
5472
if (DEBUG_LOCKS_WARN_ON(!depth))
kernel/locking/lockdep.c
5492
if (DEBUG_LOCKS_WARN_ON(merged))
kernel/locking/lockdep.c
5499
if (DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth))
kernel/locking/lockdep.c
5582
DEBUG_LOCKS_WARN_ON(curr->lockdep_depth != depth - merged);
kernel/locking/lockdep.c
5700
if (DEBUG_LOCKS_WARN_ON(lockdep_hardirqs_enabled())) {
kernel/locking/lockdep.c
5704
if (DEBUG_LOCKS_WARN_ON(!lockdep_hardirqs_enabled())) {
kernel/locking/lockdep.c
5718
DEBUG_LOCKS_WARN_ON(current->softirqs_enabled);
kernel/locking/lockdep.c
5721
DEBUG_LOCKS_WARN_ON(!current->softirqs_enabled);
kernel/locking/lockdep.c
6049
if (DEBUG_LOCKS_WARN_ON(!depth))
kernel/locking/lockdep.c
6094
if (DEBUG_LOCKS_WARN_ON(!depth))
kernel/locking/lockdep.c
930
if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
kernel/locking/lockdep_proc.c
283
DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused);
kernel/locking/mutex-debug.c
107
DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock));
kernel/locking/mutex-debug.c
40
DEBUG_LOCKS_WARN_ON(list_empty(&lock->wait_list));
kernel/locking/mutex-debug.c
41
DEBUG_LOCKS_WARN_ON(waiter->magic != waiter);
kernel/locking/mutex-debug.c
42
DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list));
kernel/locking/mutex-debug.c
47
DEBUG_LOCKS_WARN_ON(!list_empty(&waiter->list));
kernel/locking/mutex-debug.c
57
DEBUG_LOCKS_WARN_ON(__get_task_blocked_on(task));
kernel/locking/mutex-debug.c
65
DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list));
kernel/locking/mutex-debug.c
66
DEBUG_LOCKS_WARN_ON(waiter->task != task);
kernel/locking/mutex-debug.c
67
DEBUG_LOCKS_WARN_ON(blocked_on && blocked_on != lock);
kernel/locking/mutex-debug.c
76
DEBUG_LOCKS_WARN_ON(lock->magic != lock);
kernel/locking/mutex-debug.c
77
DEBUG_LOCKS_WARN_ON(!lock->wait_list.prev && !lock->wait_list.next);
kernel/locking/mutex.c
41
# define MUTEX_WARN_ON(cond) DEBUG_LOCKS_WARN_ON(cond)
kernel/locking/rtmutex_api.c
511
DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root));
kernel/locking/rtmutex_api.c
512
DEBUG_LOCKS_WARN_ON(task->pi_blocked_on);
kernel/locking/rtmutex_common.h
182
DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current);
kernel/locking/rtmutex_common.h
188
DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock));
kernel/locking/ww_mutex.h
190
DEBUG_LOCKS_WARN_ON(ww->ctx);
kernel/locking/ww_mutex.h
195
DEBUG_LOCKS_WARN_ON(ww_ctx->done_acquire);
kernel/locking/ww_mutex.h
202
DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww);
kernel/locking/ww_mutex.h
208
DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0);
kernel/locking/ww_mutex.h
215
DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class);
kernel/locking/ww_mutex.h
444
DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock);
kernel/locking/ww_mutex.h
588
DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired);
kernel/sched/core.c
5761
if (DEBUG_LOCKS_WARN_ON((preempt_count() < 0)))
kernel/sched/core.c
5769
DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >=
kernel/sched/core.c
5793
if (DEBUG_LOCKS_WARN_ON(val > preempt_count()))
kernel/sched/core.c
5798
if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) &&
kernel/softirq.c
176
DEBUG_LOCKS_WARN_ON(this_cpu_read(softirq_ctrl.cnt));
kernel/softirq.c
223
DEBUG_LOCKS_WARN_ON(current->softirq_disable_cnt !=
lib/locking-selftest.c
1699
DEBUG_LOCKS_WARN_ON(1);
lib/locking-selftest.c
2732
DEBUG_LOCKS_WARN_ON(name_before != name_after);