Searched refs:cond_str (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | bug.h | 58 #define __BUG_FLAGS(cond_str, flags) \ argument 63 : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \ 69 #define __BUG_FLAGS(cond_str, flags) do { \ argument 79 #define __WARN_FLAGS(cond_str, flags) __BUG_FLAGS(cond_str, BUGFLAG_WARNING|(flags)) argument
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 51 #define __WARN_FLAGS(cond_str, flags) \ argument 62 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \ 67 #define __WARN_FLAGS(cond_str, flags) \ argument
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 335 cond_str = self.cond.ToPerfJson() 337 return f'({true_str} if {cond_str} else {false_str})'
|