| /linux-6.15/fs/btrfs/ |
| H A D | messages.h | 26 #define btrfs_printk(fs_info, fmt, args...) \ argument 35 #define btrfs_printk(fs_info, fmt, args...) \ argument 39 #define btrfs_emerg(fs_info, fmt, args...) \ argument 41 #define btrfs_alert(fs_info, fmt, args...) \ argument 43 #define btrfs_crit(fs_info, fmt, args...) \ argument 45 #define btrfs_err(fs_info, fmt, args...) \ argument 47 #define btrfs_warn(fs_info, fmt, args...) \ argument 49 #define btrfs_notice(fs_info, fmt, args...) \ argument 51 #define btrfs_info(fs_info, fmt, args...) \ argument 122 #define btrfs_debug(fs_info, fmt, args...) \ argument [all …]
|
| /linux-6.15/include/linux/ |
| H A D | dev_printk.h | 19 #define dev_fmt(fmt) fmt argument 62 const char *fmt, va_list args) in dev_vprintk_emit() 73 const char *fmt, ...) in _dev_printk() 147 #define dev_emerg(dev, fmt, ...) \ argument 149 #define dev_crit(dev, fmt, ...) \ argument 151 #define dev_alert(dev, fmt, ...) \ argument 153 #define dev_err(dev, fmt, ...) \ argument 155 #define dev_warn(dev, fmt, ...) \ argument 157 #define dev_notice(dev, fmt, ...) \ argument 159 #define dev_info(dev, fmt, ...) \ argument [all …]
|
| H A D | printk.h | 86 const char *fmt; member 397 #define pr_fmt(fmt) fmt argument 404 const char *fmt; member 519 #define pr_emerg(fmt, ...) \ argument 529 #define pr_alert(fmt, ...) \ argument 539 #define pr_crit(fmt, ...) \ argument 549 #define pr_err(fmt, ...) \ argument 559 #define pr_warn(fmt, ...) \ argument 579 #define pr_info(fmt, ...) \ argument 591 #define pr_cont(fmt, ...) \ argument [all …]
|
| /linux-6.15/drivers/infiniband/sw/rxe/ |
| H A D | rxe.h | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 41 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument 43 #define rxe_dbg_uc(uc, fmt, ...) ibdev_dbg((uc)->ibuc.device, \ argument 45 #define rxe_dbg_pd(pd, fmt, ...) ibdev_dbg((pd)->ibpd.device, \ argument 47 #define rxe_dbg_ah(ah, fmt, ...) ibdev_dbg((ah)->ibah.device, \ argument 49 #define rxe_dbg_srq(srq, fmt, ...) ibdev_dbg((srq)->ibsrq.device, \ argument 51 #define rxe_dbg_qp(qp, fmt, ...) ibdev_dbg((qp)->ibqp.device, \ argument 53 #define rxe_dbg_cq(cq, fmt, ...) ibdev_dbg((cq)->ibcq.device, \ argument 55 #define rxe_dbg_mr(mr, fmt, ...) ibdev_dbg((mr)->ibmr.device, \ argument 57 #define rxe_dbg_mw(mw, fmt, ...) ibdev_dbg((mw)->ibmw.device, \ argument [all …]
|
| /linux-6.15/include/drm/ |
| H A D | drm_print.h | 598 #define drm_info(drm, fmt, ...) \ argument 601 #define drm_notice(drm, fmt, ...) \ argument 604 #define drm_warn(drm, fmt, ...) \ argument 607 #define drm_err(drm, fmt, ...) \ argument 663 #define __drm_dbg(cat, fmt, ...) \ argument 674 #define DRM_INFO(fmt, ...) \ argument 677 #define DRM_NOTE(fmt, ...) \ argument 680 #define DRM_WARN(fmt, ...) \ argument 694 #define DRM_ERROR(fmt, ...) \ argument 702 #define DRM_DEBUG(fmt, ...) \ argument [all …]
|
| /linux-6.15/net/mac80211/ |
| H A D | debug.h | 137 #define link_info(link, fmt, ...) \ argument 146 #define link_err(link, fmt, ...) \ argument 171 #define link_dbg(link, fmt, ...) \ argument 175 #define ht_dbg(sdata, fmt, ...) \ argument 183 #define ocb_dbg(sdata, fmt, ...) \ argument 187 #define ibss_dbg(sdata, fmt, ...) \ argument 191 #define ps_dbg(sdata, fmt, ...) \ argument 195 #define ps_dbg_hw(hw, fmt, ...) \ argument 203 #define mpl_dbg(sdata, fmt, ...) \ argument 223 #define mps_dbg(sdata, fmt, ...) \ argument [all …]
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_message.h | 18 #define xfs_emerg(mp, fmt, ...) \ argument 20 #define xfs_alert(mp, fmt, ...) \ argument 22 #define xfs_crit(mp, fmt, ...) \ argument 24 #define xfs_err(mp, fmt, ...) \ argument 26 #define xfs_warn(mp, fmt, ...) \ argument 28 #define xfs_notice(mp, fmt, ...) \ argument 30 #define xfs_info(mp, fmt, ...) \ argument 33 #define xfs_debug(mp, fmt, ...) \ argument 39 #define xfs_alert_tag(mp, tag, fmt, ...) \ argument 78 #define xfs_warn_once(dev, fmt, ...) \ argument [all …]
|
| /linux-6.15/drivers/net/wireless/marvell/libertas_tf/ |
| H A 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 66 #define lbtf_deb_net(fmt, args...) LBTF_DEB_LL(LBTF_DEB_NET, " net", fmt, ##args) argument 73 #define lbtf_deb_11d(fmt, args...) LBTF_DEB_LL(LBTF_DEB_11D, " 11d", fmt, ##args) argument 77 #define lbtf_deb_cmd(fmt, args...) LBTF_DEB_LL(LBTF_DEB_CMD, " cmd", fmt, ##args) argument 78 #define lbtf_deb_rx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_RX, " rx", fmt, ##args) argument 79 #define lbtf_deb_tx(fmt, args...) LBTF_DEB_LL(LBTF_DEB_TX, " tx", fmt, ##args) argument 80 #define lbtf_deb_fw(fmt, args...) LBTF_DEB_LL(LBTF_DEB_FW, " fw", fmt, ##args) argument [all …]
|
| /linux-6.15/include/linux/ceph/ |
| H A D | ceph_debug.h | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 18 # define dout(fmt, ...) \ argument 22 # define doutc(client, fmt, ...) \ argument 30 # define dout(fmt, ...) \ argument 32 # define doutc(client, fmt, ...) \ argument 45 # define doutc(client, fmt, ...) \ argument 51 #define pr_notice_client(client, fmt, ...) \ argument 54 #define pr_info_client(client, fmt, ...) \ argument 57 #define pr_warn_client(client, fmt, ...) \ argument 60 #define pr_warn_once_client(client, fmt, ...) \ argument [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A 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_warning_once(fmt, ...) ({ \ argument 34 #define pr_info(fmt, ...) \ argument 36 #define pr_debug(fmt, ...) \ argument 38 #define pr_debugN(n, fmt, ...) \ argument 40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument 41 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument 45 #define pr_debug2_peo(fmt, ...) { \ argument [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A 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 …]
|
| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_debug.h | 41 #define ioc_err(ioc, fmt, ...) \ argument 43 #define ioc_notice(ioc, fmt, ...) \ argument 45 #define ioc_warn(ioc, fmt, ...) \ argument 47 #define ioc_info(ioc, fmt, ...) \ argument 50 #define dprint(ioc, fmt, ...) \ argument 56 #define dprint_event_th(ioc, fmt, ...) \ argument 68 #define dprint_init(ioc, fmt, ...) \ argument 74 #define dprint_exit(ioc, fmt, ...) \ argument 80 #define dprint_tm(ioc, fmt, ...) \ argument 86 #define dprint_reply(ioc, fmt, ...) \ argument [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/ |
| H A D | dml2_debug.h | 29 #define DML_LOG_FATAL(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 31 #define DML_LOG_ERROR(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 33 #define DML_LOG_ERROR(fmt, ...) ((void)0) argument 36 #define DML_LOG_WARN(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 38 #define DML_LOG_WARN(fmt, ...) ((void)0) argument 41 #define DML_LOG_INFO(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 43 #define DML_LOG_INFO(fmt, ...) ((void)0) argument 46 #define DML_LOG_DEBUG(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument 48 #define DML_LOG_DEBUG(fmt, ...) ((void)0) argument 51 #define DML_LOG_VERBOSE(fmt, ...) dml2_log_internal(fmt, ## __VA_ARGS__) argument [all …]
|
| /linux-6.15/fs/jffs2/ |
| H A D | debug.h | 67 #define jffs2_dbg(level, fmt, ...) \ argument 79 #define JFFS2_ERROR(fmt, ...) \ argument 83 #define JFFS2_WARNING(fmt, ...) \ argument 87 #define JFFS2_NOTICE(fmt, ...) \ argument 91 #define JFFS2_DEBUG(fmt, ...) \ argument 115 #define dbg_fragtree(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 127 #define dbg_dentlist(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 134 #define dbg_noderef(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 148 #define dbg_summary(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 155 #define dbg_fsbuild(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument [all …]
|
| /linux-6.15/fs/smb/client/ |
| H A 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 99 #define cifs_server_dbg(type, fmt, ...) \ argument 123 #define cifs_tcon_dbg(type, fmt, ...) \ argument 137 #define cifs_dbg(type, fmt, ...) \ argument 143 #define cifs_server_dbg(type, fmt, ...) \ argument 150 #define cifs_tcon_dbg(type, fmt, ...) \ argument [all …]
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_polymorph_printk.h | 27 #define __drbd_printk_drbd_peer_device_fmt(fmt) \ argument 42 #define __drbd_printk_drbd_connection_fmt(fmt) \ argument 63 #define drbd_printk(level, obj, fmt, args...) \ argument 86 #define dynamic_drbd_dbg(obj, fmt, args...) \ argument 97 #define drbd_emerg(device, fmt, args...) \ argument 99 #define drbd_alert(device, fmt, args...) \ argument 101 #define drbd_crit(device, fmt, args...) \ argument 103 #define drbd_err(device, fmt, args...) \ argument 105 #define drbd_warn(device, fmt, args...) \ argument 107 #define drbd_notice(device, fmt, args...) \ argument [all …]
|
| /linux-6.15/drivers/block/rnbd/ |
| H A 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
|
| /linux-6.15/include/uapi/linux/media/raspberrypi/ |
| H A D | pisp_common.h | 95 #define PISP_IMAGE_FORMAT_BPS_8(fmt) \ argument 97 #define PISP_IMAGE_FORMAT_BPS_10(fmt) \ argument 99 #define PISP_IMAGE_FORMAT_BPS_12(fmt) \ argument 101 #define PISP_IMAGE_FORMAT_BPS_16(fmt) \ argument 103 #define PISP_IMAGE_FORMAT_BPS(fmt) \ argument 106 #define PISP_IMAGE_FORMAT_SHIFT(fmt) \ argument 108 #define PISP_IMAGE_FORMAT_THREE_CHANNEL(fmt) \ argument 110 #define PISP_IMAGE_FORMAT_SINGLE_CHANNEL(fmt) \ argument 112 #define PISP_IMAGE_FORMAT_COMPRESSED(fmt) \ argument 115 #define PISP_IMAGE_FORMAT_SAMPLING_444(fmt) \ argument [all …]
|
| /linux-6.15/include/linux/sunrpc/ |
| H A 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 …]
|
| /linux-6.15/tools/thermal/lib/ |
| H A D | log.h | 18 #define DEBUG(fmt, ...) logit(LOG_DEBUG, "%s:%d: " fmt, __func__, __LINE__, ##__VA_ARGS__) argument 19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__) argument 20 #define NOTICE(fmt, ...) logit(LOG_NOTICE, fmt, ##__VA_ARGS__) argument 21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) argument 22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__) argument 23 #define CRITICAL(fmt, ...) logit(LOG_CRIT, fmt, ##__VA_ARGS__) argument 24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__) argument 25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__) argument
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_printk.h | 18 #define xe_sriov_printk(xe, _level, fmt, ...) \ argument 21 #define xe_sriov_err(xe, fmt, ...) \ argument 24 #define xe_sriov_err_ratelimited(xe, fmt, ...) \ argument 27 #define xe_sriov_warn(xe, fmt, ...) \ argument 30 #define xe_sriov_notice(xe, fmt, ...) \ argument 33 #define xe_sriov_info(xe, fmt, ...) \ argument 36 #define xe_sriov_dbg(xe, fmt, ...) \ argument 41 #define xe_sriov_dbg_verbose(xe, fmt, ...) xe_sriov_dbg(xe, fmt, ##__VA_ARGS__) argument 43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe)) argument
|
| /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A 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
|
| /linux-6.15/include/net/ |
| H A D | net_debug.h | 28 #define netdev_level_once(level, dev, fmt, ...) \ argument 38 #define netdev_emerg_once(dev, fmt, ...) \ argument 40 #define netdev_alert_once(dev, fmt, ...) \ argument 42 #define netdev_crit_once(dev, fmt, ...) \ argument 44 #define netdev_err_once(dev, fmt, ...) \ argument 46 #define netdev_warn_once(dev, fmt, ...) \ argument 48 #define netdev_notice_once(dev, fmt, ...) \ argument 50 #define netdev_info_once(dev, fmt, ...) \ argument 100 #define netif_crit(priv, type, dev, fmt, args...) \ argument 102 #define netif_err(priv, type, dev, fmt, args...) \ argument [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
| H A D | ia_css_debug.h | 65 #define IA_CSS_ERROR(fmt, ...) \ argument 69 #define IA_CSS_WARNING(fmt, ...) \ argument 74 #define IA_CSS_ENTER(fmt, ...) \ argument 79 #define IA_CSS_ENTER_LEAVE(fmt, ...) \ argument 83 #define IA_CSS_LEAVE(fmt, ...) \ argument 95 #define IA_CSS_LOG(fmt, ...) \ argument 100 #define IA_CSS_ENTER_PRIVATE(fmt, ...) \ argument 104 #define IA_CSS_LEAVE_PRIVATE(fmt, ...) \ argument 114 #define IA_CSS_ENTER_LEAVE_PRIVATE(fmt, ...) \ argument 125 const char *fmt, in ia_css_debug_vdtrace()
|
| /linux-6.15/tools/lib/perf/ |
| H A 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
|