Searched refs:__verbose (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/bench/ |
| D | epoll-ctl.c | 34 do { if (__verbose) printf(fmt, ## arg); } while (0) 39 static bool done, __verbose, randomize; variable 82 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
|
| D | epoll-wait.c | 89 do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0) 94 static bool wdone, done, __verbose, randomize, nonblocking; variable 134 OPT_BOOLEAN( 'v', "verbose", &__verbose, "Verbose mode"),
|
| /Linux-v5.4/include/asm-generic/ |
| D | vmlinux.lds.h | 289 KEEP(*(__verbose)) \
|