Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 5 of 5) sorted by relevance

/kernel/locking/
Dspinlock_debug.c78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument
149 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
Dqspinlock_stat.h245 static inline void qstat_inc(enum qlock_stats stat, bool cond) in qstat_inc()
292 static inline void qstat_inc(enum qlock_stats stat, bool cond) { } in qstat_inc()
/kernel/rcu/
Dtree.h457 #define rcu_wait(cond) \ argument
/kernel/trace/
Dftrace.c43 #define FTRACE_WARN_ON(cond) \ argument
51 #define FTRACE_WARN_ON_ONCE(cond) \ argument
Dring_buffer.c674 #define RB_WARN_ON(b, cond) \ argument