Home
last modified time | relevance | path

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

/DragonOS/kernel/src/debug/
H A Dbug.h12 #define BUG_ON(condition) ({ \ argument
23 #define WARN_ON(condition) ({ \ argument
34 #define WARN_ON_ONCE(condition) ({ \ argument
46 #define FAIL_ON_TO(condition, to) ({ \ argument
58 #define BUILD_BUG_ON_MSG(condition, msg) complietime_assert(!(condition), msg) argument
65 #define BUILD_BUG_ON(condition) \ argument
/DragonOS/kernel/src/common/
H A Dcompiler.h20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument
39 #define complietime_assert(condition, msg) \ argument