Home
last modified time | relevance | path

Searched refs:SMP_DEBUG_LOCKS_WARN_ON (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Ddebug_locks.h38 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) macro
40 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) macro
/Linux-v4.19/kernel/locking/
Dmutex-debug.c39 SMP_DEBUG_LOCKS_WARN_ON(!spin_is_locked(&lock->wait_lock)); in debug_mutex_wake_waiter()
54 SMP_DEBUG_LOCKS_WARN_ON(!spin_is_locked(&lock->wait_lock)); in debug_mutex_add_waiter()