| /linux/fs/jffs2/ |
| H A D | debug.h | 103 #define dbg_readinode(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 108 #define dbg_readinode2(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 115 #define dbg_fragtree(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 120 #define dbg_fragtree2(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 127 #define dbg_dentlist(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 134 #define dbg_noderef(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 141 #define dbg_inocache(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 148 #define dbg_summary(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 155 #define dbg_fsbuild(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 162 #define dbg_memalloc(fmt, ...) no_printk(fmt, ##__VA_ARGS__) [all …]
|
| /linux/include/linux/ |
| H A D | printk.h | 132 #define no_printk(fmt, ...) \ macro 614 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 642 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 656 no_printk(fmt, ##__VA_ARGS__) 658 no_printk(fmt, ##__VA_ARGS__) 682 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 691 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 710 no_printk(fmt, ##__VA_ARGS__) 734 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 756 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
| H A D | dynamic_debug.h | 319 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
| /linux/drivers/video/fbdev/via/ |
| H A D | debug.h | 19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) 26 #define WARN_MSG(f, a...) no_printk(f, ## a)
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | hwmtm.h | 183 #define DB_RX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) 184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) 185 #define DB_GEN(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__)
|
| /linux/include/linux/ceph/ |
| H A D | ceph_debug.h | 31 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__) 33 no_printk(KERN_DEBUG "[%pU %llu] " fmt, \
|
| /linux/security/keys/ |
| H A D | internal.h | 34 no_printk(KERN_DEBUG "==> %s("FMT")\n", __func__, ##__VA_ARGS__) 36 no_printk(KERN_DEBUG "<== %s()"FMT"\n", __func__, ##__VA_ARGS__) 38 no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
|
| /linux/drivers/media/common/b2c2/ |
| H A D | flexcop.h | 20 #define dprintk(level, args...) no_printk(args)
|
| /linux/include/video/ |
| H A D | sstfb.h | 26 # define dprintk(X...) no_printk(X) 51 # define f_ddprintk(X...) no_printk(X)
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smsc911x.h | 45 no_printk(fmt "\n", ##args) 53 no_printk(fmt "\n", ##args)
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx.h | 36 #define ASD_DPRINTK(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| /linux/fs/netfs/ |
| H A D | internal.h | 478 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 479 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 480 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
| /linux/fs/nilfs2/ |
| H A D | nilfs.h | 344 no_printk(level fmt, ##__VA_ARGS__); \ 349 no_printk(fmt, ##__VA_ARGS__); \
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | debug.h | 96 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| /linux/arch/m68k/kernel/ |
| H A D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
| /linux/arch/m68k/mac/ |
| H A D | iop.c | 131 no_printk(KERN_DEBUG "%s: " fmt, __func__, ##__VA_ARGS__) 133 no_printk(KERN_CONT fmt, ##__VA_ARGS__)
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb.h | 32 #define DBG(format, ...) no_printk(format, ## __VA_ARGS__)
|
| /linux/include/net/9p/ |
| H A D | 9p.h | 58 no_printk(fmt, ##__VA_ARGS__)
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 66 no_printk(fmt, ##args); \
|
| /linux/arch/m68k/include/asm/ |
| H A D | math-emu.h | 114 #define dprint(bit, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
| /linux/net/rxrpc/ |
| H A D | ar-internal.h | 1634 #define _enter(FMT,...) no_printk("==> %s("FMT")",__func__ ,##__VA_ARGS__) 1635 #define _leave(FMT,...) no_printk("<== %s()"FMT"",__func__ ,##__VA_ARGS__) 1636 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__)
|
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb.h | 24 # define DBG(x) no_printk(x)
|
| /linux/fs/ext2/ |
| H A D | xattr.c | 88 # define ea_idebug(inode, f...) no_printk(f) 89 # define ea_bdebug(bh, f...) no_printk(f)
|
| /linux/fs/afs/ |
| H A D | internal.h | 1871 #define _enter(FMT,...) no_printk("==> %s("FMT")",__func__ ,##__VA_ARGS__) 1872 #define _leave(FMT,...) no_printk("<== %s()"FMT"",__func__ ,##__VA_ARGS__) 1873 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__)
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | test-core.h | 101 #define verbose(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|