/linux-4.4.14/include/linux/ |
D | printk.h | 112 int no_printk(const char *fmt, ...) in no_printk() function 274 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 289 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 317 no_printk(fmt, ##__VA_ARGS__) 319 no_printk(fmt, ##__VA_ARGS__) 344 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 353 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 372 no_printk(fmt, ##__VA_ARGS__) 396 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 417 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
D | net.h | 263 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__); \
|
D | device.h | 1274 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | gdb-stub.h | 160 #define gdbstub_entry(FMT, ...) no_printk(FMT, ##__VA_ARGS__) 166 #define gdbstub_proto(FMT, ...) no_printk(FMT, ##__VA_ARGS__) 172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) 178 #define gdbstub_bkpt(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
/linux-4.4.14/fs/fscache/ |
D | internal.h | 358 #define kjournal(FMT, ...) no_printk(FMT, ##__VA_ARGS__) 385 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 386 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 387 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
/linux-4.4.14/security/keys/ |
D | internal.h | 30 no_printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) 32 no_printk(KERN_DEBUG "<== %s()"FMT"\n", __func__, ##__VA_ARGS__) 34 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
|
/linux-4.4.14/fs/cachefiles/ |
D | internal.h | 308 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 309 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 310 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
/linux-4.4.14/net/rxrpc/ |
D | ar-internal.h | 678 #define _enter(FMT,...) no_printk("==> %s("FMT")",__func__ ,##__VA_ARGS__) 679 #define _leave(FMT,...) no_printk("<== %s()"FMT"",__func__ ,##__VA_ARGS__) 680 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) 681 #define _proto(FMT,...) no_printk("### "FMT ,##__VA_ARGS__) 682 #define _net(FMT,...) no_printk("@@@ "FMT ,##__VA_ARGS__)
|
/linux-4.4.14/fs/ntfs/ |
D | debug.h | 54 no_printk(fmt, ##__VA_ARGS__); \
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc911x.h | 41 no_printk(fmt "\n", ##args) 49 no_printk(fmt "\n", ##args)
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | debug.h | 86 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.h | 51 #define mb_debug(n, fmt, a...) no_printk(fmt, ## a)
|
D | extents_status.h | 20 #define es_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
D | ext4.h | 60 #define ext4_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 70 #define ext_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 2651 no_printk(fmt, ##__VA_ARGS__); \ 2656 no_printk(fmt, ##__VA_ARGS__); \ 2661 no_printk(fmt, ##__VA_ARGS__); \ 2666 no_printk(fmt, ##__VA_ARGS__); \ 2671 no_printk(fmt, ##__VA_ARGS__); \ 2676 no_printk(fmt, ##__VA_ARGS__); \ 2681 no_printk(fmt, ##__VA_ARGS__); \ 2688 no_printk(fmt, ##__VA_ARGS__); \
|
D | xattr.c | 79 # define ea_idebug(inode, fmt, ...) no_printk(fmt, ##__VA_ARGS__) 80 # define ea_bdebug(bh, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
/linux-4.4.14/include/asm-generic/ |
D | bug.h | 158 no_printk(format); \
|
/linux-4.4.14/fs/afs/ |
D | internal.h | 798 #define _enter(FMT,...) no_printk("==> %s("FMT")",__func__ ,##__VA_ARGS__) 799 #define _leave(FMT,...) no_printk("<== %s()"FMT"",__func__ ,##__VA_ARGS__) 800 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__)
|
/linux-4.4.14/include/net/9p/ |
D | 9p.h | 73 no_printk(fmt, ##__VA_ARGS__)
|
/linux-4.4.14/fs/udf/ |
D | udfdecl.h | 42 no_printk(fmt, ##__VA_ARGS__)
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.c | 54 no_printk(KERN_DEBUG "-->%s(" FMT ")\n", __func__, ##__VA_ARGS__) 58 no_printk(KERN_DEBUG "--- " FMT "\n", ##__VA_ARGS__) 62 no_printk(KERN_DEBUG "### MNSERIAL " FMT " ###\n", ##__VA_ARGS__)
|
D | smp.c | 58 #define Dprintk(fmt, ...) no_printk(KERN_DEBUG fmt, ##__VA_ARGS__)
|
/linux-4.4.14/kernel/ |
D | cred.c | 30 no_printk("[%-5.5s%5u] " FMT "\n", \
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.h | 4165 no_printk(KERN_DEBUG fmt, ##args) 4167 no_printk(KERN_DEBUG fmt, ##args) 4169 no_printk(KERN_DEBUG fmt, ##args) 4171 no_printk(KERN_DEBUG fmt, ##args)
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 906 no_printk("%s: drop = %s\n", __func__, drop ? "true" : "false"); in brcms_ops_flush()
|
/linux-4.4.14/drivers/tty/serial/ |
D | samsung.c | 74 #define dbg(fmt, ...) do { if (0) no_printk(fmt, ##__VA_ARGS__); } while (0)
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 47 #define SMP_DBG(fmt, ...) no_printk(KERN_DEBUG "%s: " fmt, __func__, \
|
/linux-4.4.14/drivers/platform/x86/ |
D | thinkpad_acpi.c | 405 do { if (0) no_printk(format, ##arg); } while (0)
|