Linux Kernel
3.7.1
|
#include <uapi/linux/sunrpc/debug.h>
Go to the source code of this file.
Macros | |
#define | dprintk(args...) dfprintk(FACILITY, ## args) |
#define | dprintk_rcu(args...) dfprintk_rcu(FACILITY, ## args) |
#define | ifdebug(fac) if (0) |
#define | dfprintk(fac, args...) do {} while (0) |
#define | dfprintk_rcu(fac, args...) do {} while (0) |
#define | RPC_IFDEBUG(x) |
#define dprintk_rcu | ( | args... | ) | dfprintk_rcu(FACILITY, ## args) |