Home
last modified time | relevance | path

Searched defs:pr_debug (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/include/linux/
Dprintk.h184 #define pr_debug(fmt, ...) \ macro
188 #define pr_debug(fmt, ...) \ macro
191 #define pr_debug(fmt, ...) \ macro
/linux-3.3/tools/virtio/linux/
Dvirtio.h119 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) macro
121 #define pr_debug(format, ...) do {} while (0) macro
/linux-3.3/tools/perf/util/include/linux/
Dkernel.h103 #define pr_debug(fmt, ...) \ macro