Searched refs:cond (Results 1 – 2 of 2) sorted by relevance
34 #define KFENCE_WARN_ON(cond) \ argument36 const bool __cond = WARN_ON(cond); \
2419 #define PCPU_SETUP_BUG_ON(cond) do { \ in pcpu_setup_first_chunk() argument2420 if (unlikely(cond)) { \ in pcpu_setup_first_chunk()2421 pr_emerg("failed to initialize, %s\n", #cond); \ in pcpu_setup_first_chunk()