Searched refs:condition (Results 1 – 5 of 5) sorted by relevance
8 #define WARN(condition, format...) ({ \ argument9 int __ret_warn_on = !!(condition); \15 #define WARN_ONCE(condition, format...) ({ \ argument17 int __ret_warn_once = !!(condition); \
22 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
67 #define pkey_assert(condition) do { \ argument68 if (!(condition)) { \74 assert(condition); \
27 cpufreq-bench helps to test the condition of a given cpufreq governor.
178 cases e.g. "jcc (x)" for a condition branch within a transaction.