Home
last modified time | relevance | path

Searched refs:no_printk (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/linux/fs/jffs2/
H A Ddebug.h103 #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 …]
/openbmc/linux/include/linux/
H A Dprintk.h126 #define no_printk(fmt, ...) \ macro
557 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
585 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
599 no_printk(fmt, ##__VA_ARGS__)
601 no_printk(fmt, ##__VA_ARGS__)
625 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
634 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
653 no_printk(fmt, ##__VA_ARGS__)
677 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
699 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
H A Dsuspend.h596 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
598 no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
/openbmc/u-boot/include/linux/
H A Dprintk.h24 #define no_printk(fmt, ...) \ macro
65 no_printk(pr_fmt(fmt), ##__VA_ARGS__)
73 no_printk(pr_fmt(fmt), ##__VA_ARGS__)
/openbmc/linux/drivers/video/fbdev/via/
H A Ddebug.h19 #define DEBUG_MSG(f, a...) no_printk(f, ## a)
26 #define WARN_MSG(f, a...) no_printk(f, ## a)
/openbmc/linux/fs/fscache/
H A Dinternal.h165 #define kjournal(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
192 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__)
193 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__)
194 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
/openbmc/linux/fs/netfs/
H A Dinternal.h142 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__)
143 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__)
144 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
/openbmc/linux/drivers/message/fusion/
H A Dmptlan.h115 #define dioprintk(x) no_printk x
121 #define dlprintk(x) no_printk x
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dhwmtm.h183 #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__)
/openbmc/linux/security/keys/
H A Dinternal.h34 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__)
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop.h20 #define dprintk(level, args...) no_printk(args)
/openbmc/linux/include/video/
H A Dsstfb.h26 # define dprintk(X...) no_printk(X)
51 # define f_ddprintk(X...) no_printk(X)
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.h45 no_printk(fmt "\n", ##args)
53 no_printk(fmt "\n", ##args)
/openbmc/linux/fs/ntfs/
H A Ddebug.h40 no_printk(fmt, ##__VA_ARGS__); \
/openbmc/linux/fs/cachefiles/
H A Dinternal.h489 #define _enter(FMT, ...) no_printk("==> %s("FMT")", __func__, ##__VA_ARGS__)
490 #define _leave(FMT, ...) no_printk("<== %s()"FMT"", __func__, ##__VA_ARGS__)
491 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__)
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx.h36 #define ASD_DPRINTK(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
/openbmc/linux/fs/nilfs2/
H A Dnilfs.h327 no_printk(level fmt, ##__VA_ARGS__); \
332 no_printk(fmt, ##__VA_ARGS__); \
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Ddebug.h96 #define brcmf_dbg(level, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
/openbmc/linux/arch/m68k/kernel/
H A Dmodule.c17 #define DEBUGP(fmt, ...) no_printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__)
/openbmc/linux/include/asm-generic/
H A Dbug.h176 no_printk(format); \
/openbmc/linux/fs/ext4/
H A Dmballoc.h35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
H A Dext4.h82 #define ext4_debug(fmt, ...) no_printk(fmt, ##__VA_ARGS__)
100 #define ext_debug(ino, fmt, ...) no_printk(fmt, ##__VA_ARGS__)
3171 no_printk(fmt, ##__VA_ARGS__); \
3176 no_printk(fmt, ##__VA_ARGS__); \
3181 no_printk(fmt, ##__VA_ARGS__); \
3186 no_printk(fmt, ##__VA_ARGS__); \
3191 no_printk(fmt, ##__VA_ARGS__); \
3196 no_printk(fmt, ##__VA_ARGS__); \
3201 no_printk(fmt, ##__VA_ARGS__); \
3206 no_printk(fmt, ##__VA_ARGS__); \
[all …]
/openbmc/linux/arch/m68k/mac/
H A Diop.c129 no_printk(KERN_DEBUG "%s: " fmt, __func__, ##__VA_ARGS__)
131 no_printk(KERN_CONT fmt, ##__VA_ARGS__)
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h32 #define DBG(format, ...) no_printk(format, ## __VA_ARGS__)
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U.h49 #define DMESG(x, a...) no_printk(x, ##a)
50 #define DMESGW(x, a...) no_printk(x, ##a)
51 #define DMESGE(x, a...) no_printk(x, ##a)

123