Searched refs:DEBUG_LOCKS_WARN_ON (Results 1 – 8 of 8) sorted by relevance
24 #define DEBUG_LOCKS_WARN_ON(c) \ macro39 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
47 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()
328 DEBUG_LOCKS_WARN_ON(preemptible()); in refresh_tss_limit()345 DEBUG_LOCKS_WARN_ON(preemptible()); in invalidate_tss_limit()
283 DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused); in lockdep_stats_show()
5989 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()
344 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
342 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
2169 DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled); in copy_process()