/linux-6.12.1/fs/jffs2/ |
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-6.12.1/include/linux/ |
D | printk.h | 132 #define no_printk(fmt, ...) \ macro 592 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 620 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 634 no_printk(fmt, ##__VA_ARGS__) 636 no_printk(fmt, ##__VA_ARGS__) 660 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 669 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 688 no_printk(fmt, ##__VA_ARGS__) 712 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 734 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
D | suspend.h | 537 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) 539 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
/linux-6.12.1/drivers/video/fbdev/via/ |
D | debug.h | 19 #define DEBUG_MSG(f, a...) no_printk(f, ## a) 26 #define WARN_MSG(f, a...) no_printk(f, ## a)
|
/linux-6.12.1/drivers/message/fusion/ |
D | mptlan.h | 115 #define dioprintk(x) no_printk x 121 #define dlprintk(x) no_printk x
|
/linux-6.12.1/drivers/net/fddi/skfp/h/ |
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-6.12.1/include/linux/ceph/ |
D | ceph_debug.h | 31 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__) 33 no_printk(KERN_DEBUG "[%pU %llu] " fmt, \
|
/linux-6.12.1/security/keys/ |
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-6.12.1/drivers/media/common/b2c2/ |
D | flexcop.h | 20 #define dprintk(level, args...) no_printk(args)
|
/linux-6.12.1/drivers/net/ethernet/smsc/ |
D | smsc911x.h | 45 no_printk(fmt "\n", ##args) 53 no_printk(fmt "\n", ##args)
|
/linux-6.12.1/include/video/ |
D | sstfb.h | 26 # define dprintk(X...) no_printk(X) 51 # define f_ddprintk(X...) no_printk(X)
|
/linux-6.12.1/fs/cachefiles/ |
D | internal.h | 488 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 489 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 490 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
/linux-6.12.1/fs/netfs/ |
D | internal.h | 418 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__) 419 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__) 420 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx.h | 36 #define ASD_DPRINTK(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
/linux-6.12.1/fs/nilfs2/ |
D | nilfs.h | 343 no_printk(level fmt, ##__VA_ARGS__); \ 348 no_printk(fmt, ##__VA_ARGS__); \
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | debug.h | 96 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
/linux-6.12.1/arch/m68k/kernel/ |
D | module.c | 17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
|
/linux-6.12.1/include/asm-generic/ |
D | bug.h | 179 no_printk(format); \
|
/linux-6.12.1/fs/ext4/ |
D | mballoc.h | 35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
D | ext4.h | 82 #define ext4_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__) 100 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__) 3197 no_printk(fmt, ##__VA_ARGS__); \ 3202 no_printk(fmt, ##__VA_ARGS__); \ 3207 no_printk(fmt, ##__VA_ARGS__); \ 3212 no_printk(fmt, ##__VA_ARGS__); \ 3217 no_printk(fmt, ##__VA_ARGS__); \ 3222 no_printk(fmt, ##__VA_ARGS__); \ 3227 no_printk(fmt, ##__VA_ARGS__); \ 3232 no_printk(fmt, ##__VA_ARGS__); \ [all …]
|
D | extents_status.h | 21 #define es_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
|
/linux-6.12.1/arch/m68k/mac/ |
D | iop.c | 131 no_printk(KERN_DEBUG "%s: " fmt, __func__, ##__VA_ARGS__) 133 no_printk(KERN_CONT fmt, ##__VA_ARGS__)
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 32 #define DBG(format, ...) no_printk(format, ## __VA_ARGS__)
|
/linux-6.12.1/include/net/9p/ |
D | 9p.h | 58 no_printk(fmt, ##__VA_ARGS__)
|
/linux-6.12.1/security/apparmor/include/ |
D | lib.h | 51 #define AA_BUG_FMT(X, fmt, args...) no_printk(fmt, ##args)
|