Home
last modified time | relevance | path

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

/kvmtool/include/kvm/
H A Dutil.h61 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
64 # define BUG_ON_HANDLER(condition) \ argument
73 #define BUG_ON(condition) BUG_ON_HANDLER((condition)) argument
82 #define WARN_ON(condition) ({ \ argument
91 #define WARN_ONCE(condition, format, args...) ({ \ argument