Searched refs:WARN_ON_SMP (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/asm-generic/
H A Dbug.h192 * WARN_ON_SMP() is for cases that the warning is either
206 * WARN_ON_SMP(!zoot->bar);
208 * For CONFIG_SMP, WARN_ON_SMP() should act the same as WARN_ON(),
211 * if (WARN_ON_SMP(x)) returns true only when CONFIG_SMP is set
215 # define WARN_ON_SMP(x) WARN_ON(x) macro
218 * Use of ({0;}) because WARN_ON_SMP(x) may be used either as
224 # define WARN_ON_SMP(x) ({0;}) macro
/linux-master/kernel/futex/
H A Dcore.c516 if (WARN_ON_SMP(!q->lock_ptr) || WARN_ON(plist_node_empty(&q->list)))

Completed in 151 milliseconds