Home
last modified time | relevance | path

Searched refs:DEBUG_LOCKS_WARN_ON (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Ddebug_locks.h24 #define DEBUG_LOCKS_WARN_ON(c) \ macro
39 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
H A Dlocal_lock_internal.h47 DEBUG_LOCKS_WARN_ON(l->owner); in local_lock_acquire()
54 DEBUG_LOCKS_WARN_ON(l->owner); in local_trylock_acquire()
60 DEBUG_LOCKS_WARN_ON(l->owner != current); in local_lock_release()
/linux/arch/x86/include/asm/
H A Ddesc.h328 DEBUG_LOCKS_WARN_ON(preemptible()); in refresh_tss_limit()
345 DEBUG_LOCKS_WARN_ON(preemptible()); in invalidate_tss_limit()
/linux/kernel/locking/
H A Dlockdep_proc.c283 DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused); in lockdep_stats_show()
/linux/kernel/sched/
H A Dcore.c5989 DEBUG_LOCKS_WARN_ON((preempt_count() < 0))) in preempt_count_add()
5997 DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >= in preempt_count_add()
6024 if (DEBUG_LOCKS_WARN_ON(pc - uval > pc)) in preempt_count_sub()
6029 if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) && in preempt_count_sub()
/linux/Documentation/translations/it_IT/locking/
H A Dlockdep-design.rst344 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
/linux/Documentation/locking/
H A Dlockdep-design.rst342 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
/linux/kernel/
H A Dfork.c2169 DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled); in copy_process()