| /kernel/linux/linux-5.10/include/linux/ |
| D | dev_printk.h | 19 #define dev_fmt(fmt) fmt argument 62 const char *fmt, va_list args) in dev_vprintk_emit() 65 int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...) in dev_printk_emit() 73 const char *fmt, ...) in dev_printk() 77 void _dev_emerg(const struct device *dev, const char *fmt, ...) in _dev_emerg() 80 void _dev_crit(const struct device *dev, const char *fmt, ...) in _dev_crit() 83 void _dev_alert(const struct device *dev, const char *fmt, ...) in _dev_alert() 86 void _dev_err(const struct device *dev, const char *fmt, ...) in _dev_err() 89 void _dev_warn(const struct device *dev, const char *fmt, ...) in _dev_warn() 92 void _dev_notice(const struct device *dev, const char *fmt, ...) in _dev_notice() [all …]
|
| D | printk.h | 91 const char *fmt; member 137 #define no_printk(fmt, ...) \ argument 260 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc() 301 #define pr_fmt(fmt) fmt argument 312 #define pr_emerg(fmt, ...) \ argument 322 #define pr_alert(fmt, ...) \ argument 332 #define pr_crit(fmt, ...) \ argument 342 #define pr_err(fmt, ...) \ argument 352 #define pr_warn(fmt, ...) \ argument 362 #define pr_notice(fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_print.h | 96 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf() 109 #define drm_printf_indent(printer, indent, fmt, ...) \ argument 285 #define _DRM_PRINTK(once, level, fmt, ...) \ argument 288 #define DRM_INFO(fmt, ...) \ argument 290 #define DRM_NOTE(fmt, ...) \ argument 292 #define DRM_WARN(fmt, ...) \ argument 295 #define DRM_INFO_ONCE(fmt, ...) \ argument 297 #define DRM_NOTE_ONCE(fmt, ...) \ argument 299 #define DRM_WARN_ONCE(fmt, ...) \ argument 308 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_print.h | 106 drm_vprintf(struct drm_printer *p, const char *fmt, va_list *va) in drm_vprintf() 119 #define drm_printf_indent(printer, indent, fmt, ...) \ argument 346 #define DRM_DEV_ERROR(dev, fmt, ...) \ argument 357 #define DRM_DEV_ERROR_RATELIMITED(dev, fmt, ...) \ argument 367 #define DRM_DEV_INFO(dev, fmt, ...) \ argument 370 #define DRM_DEV_INFO_ONCE(dev, fmt, ...) \ argument 385 #define DRM_DEV_DEBUG(dev, fmt, ...) \ argument 393 #define DRM_DEV_DEBUG_DRIVER(dev, fmt, ...) \ argument 401 #define DRM_DEV_DEBUG_KMS(dev, fmt, ...) \ argument 411 #define __drm_printk(drm, level, type, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-4.19/net/mac80211/ |
| D | debug.h | 91 #define _sdata_info(sdata, fmt, ...) \ argument 93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 95 #define _sdata_err(sdata, fmt, ...) \ argument 97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 100 #define _sdata_info(sdata, fmt, ...) \ argument 106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 113 #define _sdata_err(sdata, fmt, ...) \ argument 119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 126 #define sdata_info(sdata, fmt, ...) \ argument 128 #define sdata_err(sdata, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | debug.h | 91 #define _sdata_info(sdata, fmt, ...) \ argument 93 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 95 #define _sdata_err(sdata, fmt, ...) \ argument 97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 100 #define _sdata_info(sdata, fmt, ...) \ argument 106 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 113 #define _sdata_err(sdata, fmt, ...) \ argument 119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 126 #define sdata_info(sdata, fmt, ...) \ argument 128 #define sdata_err(sdata, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | printk.h | 87 const char *fmt; member 133 #define no_printk(fmt, ...) \ argument 259 static inline __printf(1, 2) void dump_stack_set_arch_desc(const char *fmt, ...) in dump_stack_set_arch_desc() 287 #define pr_fmt(fmt) fmt argument 296 #define pr_emerg(fmt, ...) \ argument 298 #define pr_alert(fmt, ...) \ argument 300 #define pr_crit(fmt, ...) \ argument 302 #define pr_err(fmt, ...) \ argument 304 #define pr_warning(fmt, ...) \ argument 307 #define pr_notice(fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/marvell/libertas_tf/ |
| D | deb_defs.h | 49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument 54 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 59 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument 63 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument 66 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument 67 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument 68 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument 69 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument 70 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument 71 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/ |
| D | deb_defs.h | 49 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) \ argument 53 #define LBTF_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 58 #define lbtf_deb_enter_args(grp, fmt, args...) \ argument 62 #define lbtf_deb_leave_args(grp, fmt, args...) \ argument 65 #define lbtf_deb_main(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MAIN, " main", fmt, ##args) argument 66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument 67 #define lbtf_deb_mesh(fmt, args...) LBTF_DEB_LL(LBTF_DEB_MESH, " mesh", fmt, ##args) argument 68 #define lbtf_deb_wext(fmt, args...) LBTF_DEB_LL(LBTF_DEB_WEXT, " wext", fmt, ##args) argument 69 #define lbtf_deb_ioctl(fmt, args...) LBTF_DEB_LL(LBTF_DEB_IOCTL, " ioctl", fmt, ##args) argument 70 #define lbtf_deb_scan(fmt, args...) LBTF_DEB_LL(LBTF_DEB_SCAN, " scan", fmt, ##args) argument [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | debug.h | 17 #define pr_fmt(fmt) fmt argument 20 #define pr_err(fmt, ...) \ argument 22 #define pr_warning(fmt, ...) \ argument 24 #define pr_info(fmt, ...) \ argument 26 #define pr_debug(fmt, ...) \ argument 28 #define pr_debugN(n, fmt, ...) \ argument 30 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument 31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument 32 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument 35 #define pr_debug2_peo(fmt, ...) { \ argument [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
| D | debug.h | 27 #define gvt_err(fmt, args...) \ argument 30 #define gvt_vgpu_err(fmt, args...) \ argument 38 #define gvt_dbg_core(fmt, args...) \ argument 41 #define gvt_dbg_irq(fmt, args...) \ argument 44 #define gvt_dbg_mm(fmt, args...) \ argument 47 #define gvt_dbg_mmio(fmt, args...) \ argument 50 #define gvt_dbg_dpy(fmt, args...) \ argument 53 #define gvt_dbg_el(fmt, args...) \ argument 56 #define gvt_dbg_sched(fmt, args...) \ argument 59 #define gvt_dbg_render(fmt, args...) \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/gvt/ |
| D | debug.h | 27 #define gvt_err(fmt, args...) \ argument 30 #define gvt_vgpu_err(fmt, args...) \ argument 38 #define gvt_dbg_core(fmt, args...) \ argument 41 #define gvt_dbg_irq(fmt, args...) \ argument 44 #define gvt_dbg_mm(fmt, args...) \ argument 47 #define gvt_dbg_mmio(fmt, args...) \ argument 50 #define gvt_dbg_dpy(fmt, args...) \ argument 53 #define gvt_dbg_el(fmt, args...) \ argument 56 #define gvt_dbg_sched(fmt, args...) \ argument 59 #define gvt_dbg_render(fmt, args...) \ argument [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | debug.h | 20 #define pr_fmt(fmt) fmt argument 23 #define pr_err(fmt, ...) \ argument 25 #define pr_warning(fmt, ...) \ argument 27 #define pr_info(fmt, ...) \ argument 29 #define pr_debug(fmt, ...) \ argument 31 #define pr_debugN(n, fmt, ...) \ argument 33 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument 34 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument 35 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument 37 #define pr_time_N(n, var, t, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_message.h | 29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug() 34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 43 #define xfs_printk_once(func, dev, fmt, ...) \ argument 55 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument 57 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument 59 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument 61 #define xfs_err_ratelimited(dev, fmt, ...) \ argument 63 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument 65 #define xfs_notice_ratelimited(dev, fmt, ...) \ argument 67 #define xfs_info_ratelimited(dev, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | cifs_debug.h | 15 #define pr_fmt(fmt) "CIFS: " fmt argument 55 #define cifs_info_func(ratefunc, fmt, ...) \ argument 58 #define cifs_info(fmt, ...) \ argument 62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument 74 #define cifs_dbg(type, fmt, ...) \ argument 82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument 99 #define cifs_server_dbg(type, fmt, ...) \ argument 108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument 123 #define cifs_tcon_dbg(type, fmt, ...) \ argument 137 #define cifs_dbg(type, fmt, ...) \ argument [all …]
|
| /kernel/linux/linux-5.10/fs/jffs2/ |
| D | debug.h | 66 #define jffs2_dbg(level, fmt, ...) \ argument 78 #define JFFS2_ERROR(fmt, ...) \ argument 82 #define JFFS2_WARNING(fmt, ...) \ argument 86 #define JFFS2_NOTICE(fmt, ...) \ argument 90 #define JFFS2_DEBUG(fmt, ...) \ argument 100 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument 102 #define dbg_readinode(fmt, ...) argument 105 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument 107 #define dbg_readinode2(fmt, ...) argument 112 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument [all …]
|
| /kernel/linux/linux-4.19/fs/jffs2/ |
| D | debug.h | 66 #define jffs2_dbg(level, fmt, ...) \ argument 78 #define JFFS2_ERROR(fmt, ...) \ argument 82 #define JFFS2_WARNING(fmt, ...) \ argument 86 #define JFFS2_NOTICE(fmt, ...) \ argument 90 #define JFFS2_DEBUG(fmt, ...) \ argument 100 #define dbg_readinode(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument 102 #define dbg_readinode(fmt, ...) argument 105 #define dbg_readinode2(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument 107 #define dbg_readinode2(fmt, ...) argument 112 #define dbg_fragtree(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/block/rnbd/ |
| D | rnbd-log.h | 15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument 19 #define rnbd_srv_log(fn, dev, fmt, ...) ( \ argument 23 #define rnbd_clt_err(dev, fmt, ...) \ argument 25 #define rnbd_clt_err_rl(dev, fmt, ...) \ argument 27 #define rnbd_clt_info(dev, fmt, ...) \ argument 29 #define rnbd_clt_info_rl(dev, fmt, ...) \ argument 32 #define rnbd_srv_err(dev, fmt, ...) \ argument 34 #define rnbd_srv_err_rl(dev, fmt, ...) \ argument 36 #define rnbd_srv_info(dev, fmt, ...) \ argument 38 #define rnbd_srv_info_rl(dev, fmt, ...) \ argument
|
| /kernel/linux/linux-4.19/fs/xfs/ |
| D | xfs_message.h | 29 void xfs_debug(const struct xfs_mount *mp, const char *fmt, ...) in xfs_debug() 34 #define xfs_printk_ratelimited(func, dev, fmt, ...) \ argument 43 #define xfs_emerg_ratelimited(dev, fmt, ...) \ argument 45 #define xfs_alert_ratelimited(dev, fmt, ...) \ argument 47 #define xfs_crit_ratelimited(dev, fmt, ...) \ argument 49 #define xfs_err_ratelimited(dev, fmt, ...) \ argument 51 #define xfs_warn_ratelimited(dev, fmt, ...) \ argument 53 #define xfs_notice_ratelimited(dev, fmt, ...) \ argument 55 #define xfs_info_ratelimited(dev, fmt, ...) \ argument 57 #define xfs_debug_ratelimited(dev, fmt, ...) \ argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
| D | nx_dbg.h | 32 #define prt(fmt, ...) do { \ argument 47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \ argument 53 #define prt_warn(fmt, ...) do { if (nx_dbg >= 1) { \ argument 59 #define prt_info(fmt, ...) do { if (nx_dbg >= 2) { \ argument 64 #define prt_trace(fmt, ...) do { if (nx_gzip_trace_enabled()) { \ argument 69 #define prt_stat(fmt, ...) do { if (nx_gzip_gather_statistics()) { \ argument 74 #define hw_trace(fmt, ...) do { \ argument 80 #define sw_trace(fmt, ...) do { \ argument
|
| /kernel/linux/linux-5.10/include/linux/sunrpc/ |
| D | debug.h | 24 #define dprintk(fmt, ...) \ argument 26 #define dprintk_cont(fmt, ...) \ argument 28 #define dprintk_rcu(fmt, ...) \ argument 30 #define dprintk_rcu_cont(fmt, ...) \ argument 37 # define dfprintk(fac, fmt, ...) \ argument 43 # define dfprintk_cont(fac, fmt, ...) \ argument 49 # define dfprintk_rcu(fac, fmt, ...) \ argument 58 # define dfprintk_rcu_cont(fac, fmt, ...) \ argument 70 # define dfprintk(fac, fmt, ...) do {} while (0) argument 71 # define dfprintk_cont(fac, fmt, ...) do {} while (0) argument [all …]
|
| /kernel/linux/linux-4.19/include/linux/sunrpc/ |
| D | debug.h | 24 #define dprintk(fmt, ...) \ argument 26 #define dprintk_cont(fmt, ...) \ argument 28 #define dprintk_rcu(fmt, ...) \ argument 30 #define dprintk_rcu_cont(fmt, ...) \ argument 37 # define dfprintk(fac, fmt, ...) \ argument 43 # define dfprintk_cont(fac, fmt, ...) \ argument 49 # define dfprintk_rcu(fac, fmt, ...) \ argument 58 # define dfprintk_rcu_cont(fac, fmt, ...) \ argument 70 # define dfprintk(fac, fmt, ...) do {} while (0) argument 71 # define dfprintk_cont(fac, fmt, ...) do {} while (0) argument [all …]
|
| /kernel/linux/linux-5.10/tools/lib/perf/ |
| D | internal.h | 11 #define __pr(level, fmt, ...) \ argument 16 #define pr_err(fmt, ...) __pr(LIBPERF_ERR, fmt, ##__VA_ARGS__) argument 17 #define pr_warning(fmt, ...) __pr(LIBPERF_WARN, fmt, ##__VA_ARGS__) argument 18 #define pr_info(fmt, ...) __pr(LIBPERF_INFO, fmt, ##__VA_ARGS__) argument 19 #define pr_debug(fmt, ...) __pr(LIBPERF_DEBUG, fmt, ##__VA_ARGS__) argument 20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) argument 21 #define pr_debug3(fmt, ...) __pr(LIBPERF_DEBUG3, fmt, ##__VA_ARGS__) argument
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | parse-utils.c | 14 void __vwarning(const char *fmt, va_list ap) in __vwarning() 26 void __warning(const char *fmt, ...) in __warning() 35 void __weak warning(const char *fmt, ...) in warning() 44 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat() 50 void __pr_stat(const char *fmt, ...) in __pr_stat() 59 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat() 64 void __weak pr_stat(const char *fmt, ...) in pr_stat()
|
| /kernel/linux/linux-4.19/tools/lib/traceevent/ |
| D | parse-utils.c | 14 void __vwarning(const char *fmt, va_list ap) in __vwarning() 26 void __warning(const char *fmt, ...) in __warning() 35 void __weak warning(const char *fmt, ...) in warning() 44 void __vpr_stat(const char *fmt, va_list ap) in __vpr_stat() 50 void __pr_stat(const char *fmt, ...) in __pr_stat() 59 void __weak vpr_stat(const char *fmt, va_list ap) in vpr_stat() 64 void __weak pr_stat(const char *fmt, ...) in pr_stat()
|