Searched refs:DEBUG_LOCKS_WARN_ON (Results 1 – 15 of 15) sorted by relevance
40 DEBUG_LOCKS_WARN_ON(list_empty(&lock->wait_list)); in debug_mutex_wake_waiter()41 DEBUG_LOCKS_WARN_ON(waiter->magic != waiter); in debug_mutex_wake_waiter()42 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in debug_mutex_wake_waiter()47 DEBUG_LOCKS_WARN_ON(!list_empty(&waiter->list)); in debug_mutex_free_waiter()63 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in mutex_remove_waiter()64 DEBUG_LOCKS_WARN_ON(waiter->task != task); in mutex_remove_waiter()65 DEBUG_LOCKS_WARN_ON(task->blocked_on != waiter); in mutex_remove_waiter()75 DEBUG_LOCKS_WARN_ON(lock->magic != lock); in debug_mutex_unlock()76 DEBUG_LOCKS_WARN_ON(!lock->wait_list.prev && !lock->wait_list.next); in debug_mutex_unlock()103 DEBUG_LOCKS_WARN_ON(mutex_is_locked(lock)); in mutex_destroy()
62 DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root)); in rt_mutex_debug_task_free()63 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()145 DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current); in debug_rt_mutex_unlock()155 DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock)); in debug_rt_mutex_proxy_unlock()
99 DEBUG_LOCKS_WARN_ON(flags & MUTEX_FLAG_PICKUP); in __mutex_trylock_or_owner()205 DEBUG_LOCKS_WARN_ON(__owner_task(owner) != current); in __mutex_handoff()206 DEBUG_LOCKS_WARN_ON(owner & MUTEX_FLAG_PICKUP); in __mutex_handoff()288 DEBUG_LOCKS_WARN_ON(ww->ctx); in ww_mutex_lock_acquired()293 DEBUG_LOCKS_WARN_ON(ww_ctx->done_acquire); in ww_mutex_lock_acquired()300 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()306 DEBUG_LOCKS_WARN_ON(ww_ctx->acquired > 0); in ww_mutex_lock_acquired()313 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); in ww_mutex_lock_acquired()736 DEBUG_LOCKS_WARN_ON(!lock->ctx->acquired); in ww_mutex_unlock()756 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock); in __ww_mutex_kill()[all …]
110 return DEBUG_LOCKS_WARN_ON(1); in graph_unlock()149 DEBUG_LOCKS_WARN_ON(1); in hlock_class()689 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in look_up_lock_class()746 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in register_lock_class()832 if (DEBUG_LOCKS_WARN_ON(class->subclass != subclass)) in register_lock_class()1029 DEBUG_LOCKS_WARN_ON(!irqs_disabled()); in __bfs()2133 if (DEBUG_LOCKS_WARN_ON(chain->depth != curr->lockdep_depth - (i - 1))) { in check_no_collision()2141 if (DEBUG_LOCKS_WARN_ON(chain_hlocks[chain->base + j] != id)) { in check_no_collision()2177 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in add_chain_cache_classes()2246 if (DEBUG_LOCKS_WARN_ON(!irqs_disabled())) in add_chain_cache()[all …]
24 # define DEBUG_RWSEMS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
249 DEBUG_LOCKS_WARN_ON(debug_atomic_read(nr_unused_locks) != nr_unused); in lockdep_stats_show()
170 DEBUG_LOCKS_WARN_ON(ctx->done_acquire); in ww_acquire_done()187 DEBUG_LOCKS_WARN_ON(ctx->acquired); in ww_acquire_fini()293 DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); in ww_mutex_lock_slow()329 DEBUG_LOCKS_WARN_ON(!ctx->contending_lock); in ww_mutex_lock_slow_interruptible()
25 #define DEBUG_LOCKS_WARN_ON(c) \ macro38 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c)
9 #define DEBUG_LOCKS_WARN_ON(x) WARN_ON(x) macro
312 DEBUG_LOCKS_WARN_ON(preemptible()); in refresh_tss_limit()329 DEBUG_LOCKS_WARN_ON(preemptible()); in invalidate_tss_limit()
176 DEBUG_LOCKS_WARN_ON(preemptible()); in switch_ldt()
1728 DEBUG_LOCKS_WARN_ON(!p->hardirqs_enabled); in copy_process()1729 DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled); in copy_process()
3186 if (DEBUG_LOCKS_WARN_ON((preempt_count() < 0))) in preempt_count_add()3194 DEBUG_LOCKS_WARN_ON((preempt_count() & PREEMPT_MASK) >= in preempt_count_add()3218 if (DEBUG_LOCKS_WARN_ON(val > preempt_count())) in preempt_count_sub()3223 if (DEBUG_LOCKS_WARN_ON((val < PREEMPT_MASK) && in preempt_count_sub()
278 (DEBUG_LOCKS_WARN_ON(id >= MAX_LOCKDEP_KEYS))
1338 DEBUG_LOCKS_WARN_ON(1); in ww_test_fail_acquire()