Searched defs:WARN_ON_ONCE (Results 1 – 2 of 2) sorted by relevance
/tools/include/asm/ | ||
D | bug.h | 24 #define WARN_ON_ONCE(condition) ({ \ macro |
/tools/virtio/linux/ | ||
D | kernel.h | 125 #define WARN_ON_ONCE(cond) ((cond) && fprintf (stderr, "WARNING\n")) macro |