/* * Mutexes: blocking mutual exclusion locks * * started by Ingo Molnar: * * Copyright (C) 2004, 2005, 2006 Red Hat, Inc., Ingo Molnar * * This file contains mutex debugging related internal prototypes, for the * !CONFIG_DEBUG_MUTEXES case. Most of them are NOPs: */ #define spin_lock_mutex(lock, flags) \ do { spin_lock(lock); (void)(flags); } while (0) #define spin_unlock_mutex(lock, flags) \ do { spin_unlock(lock); (void)(flags); } while (0) #define mutex_remove_waiter(lock, waiter, task) \ __list_del((waiter)->list.prev, (waiter)->list.next) #define debug_mutex_wake_waiter(lock, waiter) do { } while (0) #define debug_mutex_free_waiter(waiter) do { } while (0) #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) #define debug_mutex_unlock(lock) do { } while (0) #define debug_mutex_init(lock, name, key) do { } while (0) static inline void debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter) { } me='showmsg' value='1'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset
ext.git/log/tools/objtool/Documentation/stack-validation.txt?h=nds-private-remove&id=c56108b58ab870892277940a1def0d6b153f3e26'>stack-validation.txt
AgeCommit message (Collapse)AuthorFilesLines
AgeCommit message (Expand)AuthorFilesLines