Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/debug/
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-0.1.8/kernel/src/ktest/
Dktest_utils.h6 #define assert(condition) ({ \ argument
/DragonOS-0.1.8/kernel/src/common/
Dcompiler.h20 #define __compiletime_assert(condition, msg, prefix, suffix) … argument
39 #define complietime_assert(condition, msg) \ argument
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c246 #define assert(condition) ((void)0) argument