Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddebug_locks.h37 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) macro
39 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) macro
/linux-4.4.14/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()