Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dbug.h68 #define WARN_ON_ONCE(condition) ({ \ macro
148 #define WARN_ON_ONCE(condition) ({ \ macro
206 #define WARN_ON_ONCE(condition) WARN_ON(condition) macro