/linux/fs/btrfs/ |
A D | messages.h | 27 _btrfs_printk(fs_info, fmt, ##args) 36 btrfs_no_printk(fs_info, fmt, ##args) 39 #define btrfs_emerg(fs_info, fmt, args...) \ argument 43 #define btrfs_crit(fs_info, fmt, args...) \ argument 45 #define btrfs_err(fs_info, fmt, args...) \ argument 111 fs_info, KERN_DEBUG fmt, ##args) 114 fs_info, KERN_DEBUG fmt, ##args) 117 fs_info, KERN_DEBUG fmt, ##args) 120 fs_info, KERN_DEBUG fmt, ##args) 144 btrfs_printk(fs_info, fmt, ##args); \ [all …]
|
/linux/include/linux/ |
A D | dev_printk.h | 19 #define dev_fmt(fmt) fmt argument 36 const char *fmt, va_list args); 42 const char *fmt, ...); 62 const char *fmt, va_list args) in dev_vprintk_emit() argument 73 const char *fmt, ...) in _dev_printk() argument 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 [all …]
|
A D | printk.h | 86 const char *fmt; member 380 #define pr_fmt(fmt) fmt argument 387 const char *fmt; member 490 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) argument 502 #define pr_emerg(fmt, ...) \ argument 512 #define pr_alert(fmt, ...) \ argument 522 #define pr_crit(fmt, ...) \ argument 532 #define pr_err(fmt, ...) \ argument 542 #define pr_warn(fmt, ...) \ argument 562 #define pr_info(fmt, ...) \ argument [all …]
|
A D | dynamic_debug.h | 147 const char *fmt, ...); 154 const char *fmt, ...); 161 const char *fmt, ...); 169 .format = (fmt), \ 237 fmt, func, ##__VA_ARGS__) 266 pr_fmt(fmt), ##__VA_ARGS__) 268 #define dynamic_pr_debug(fmt, ...) \ argument 270 pr_fmt(fmt), ##__VA_ARGS__) 274 dev, fmt, ##__VA_ARGS__) 278 dev, fmt, ##__VA_ARGS__) [all …]
|
/linux/net/mac80211/ |
A D | debug.h | 106 pr_info("%s: " fmt, \ 113 pr_debug("%s: " fmt, \ 119 pr_err("%s: " fmt, \ 165 fmt, ##__VA_ARGS__) 169 sdata, fmt, ##__VA_ARGS__) 173 sdata, fmt, ##__VA_ARGS__) 177 sdata, fmt, ##__VA_ARGS__) 181 sdata, fmt, ##__VA_ARGS__) 185 sdata, fmt, ##__VA_ARGS__) 193 sdata, fmt, ##__VA_ARGS__) [all …]
|
/linux/include/drm/ |
A D | drm_print.h | 208 struct va_format vaf = { .fmt = fmt, .va = va }; in drm_vprintf() 525 #define drm_info(drm, fmt, ...) \ argument 534 #define drm_err(drm, fmt, ...) \ argument 576 #define drm_dbg(drm, fmt, ...) drm_dbg_driver(drm, fmt, ##__VA_ARGS__) argument 588 #define __drm_dbg(cat, fmt, ...) __drm_dev_dbg(NULL, NULL, cat, fmt, ##__VA_ARGS__) argument 601 #define DRM_INFO(fmt, ...) \ argument 604 #define DRM_NOTE(fmt, ...) \ argument 607 #define DRM_WARN(fmt, ...) \ argument 621 #define DRM_ERROR(fmt, ...) \ argument 622 __drm_err(fmt, ##__VA_ARGS__) [all …]
|
/linux/fs/xfs/ |
A D | xfs_message.h | 11 const char *fmt, ...); 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 47 const char *fmt, ...); [all …]
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
A D | deb_defs.h | 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 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 81 #define lbtf_deb_usb(fmt, args...) LBTF_DEB_LL(LBTF_DEB_USB, " usb", fmt, ##args) argument [all …]
|
/linux/drivers/infiniband/sw/rxe/ |
A D | rxe.h | 13 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 41 #define rxe_dbg(fmt, ...) pr_debug("%s: " fmt, __func__, ##__VA_ARGS__) argument 42 #define rxe_dbg_dev(rxe, fmt, ...) ibdev_dbg(&(rxe)->ib_dev, \ argument 43 "%s: " fmt, __func__, ##__VA_ARGS__) 45 "uc#%d %s: " fmt, (uc)->elem.index, __func__, ##__VA_ARGS__) 47 "pd#%d %s: " fmt, (pd)->elem.index, __func__, ##__VA_ARGS__) 49 "ah#%d %s: " fmt, (ah)->elem.index, __func__, ##__VA_ARGS__) 61 #define rxe_err(fmt, ...) pr_err_ratelimited("%s: " fmt, __func__, \ argument 64 "%s: " fmt, __func__, ##__VA_ARGS__) 82 #define rxe_info(fmt, ...) pr_info_ratelimited("%s: " fmt, __func__, \ argument [all …]
|
/linux/include/uapi/linux/media/raspberrypi/ |
A D | pisp_common.h | 96 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_8) 98 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_10) 100 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_12) 102 (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) == PISP_IMAGE_FORMAT_BPS_16) 105 8 + (2 << (((fmt) & PISP_IMAGE_FORMAT_BPS_MASK) - 1)) : 8) 109 ((fmt) & PISP_IMAGE_FORMAT_THREE_CHANNEL) 111 (!((fmt) & PISP_IMAGE_FORMAT_THREE_CHANNEL)) 125 (!((fmt) & PISP_IMAGE_FORMAT_ORDER_SWAPPED)) 127 ((fmt) & PISP_IMAGE_FORMAT_ORDER_SWAPPED) 138 ((fmt) & PISP_IMAGE_FORMAT_WALLPAPER_ROLL) [all …]
|
/linux/fs/jffs2/ |
A D | debug.h | 103 #define dbg_readinode(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 115 #define dbg_fragtree(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 120 #define dbg_fragtree2(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 141 #define dbg_inocache(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 162 #define dbg_memalloc(fmt, ...) no_printk(fmt, ##__VA_ARGS__) argument 167 #define dbg_xattr(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) argument [all …]
|
/linux/tools/perf/util/ |
A D | debug.h | 20 #define pr_fmt(fmt) fmt argument 23 #define pr_err(fmt, ...) \ argument 25 #define pr_warning(fmt, ...) \ argument 30 pr_warning(fmt, ##__VA_ARGS__); \ 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 42 #define pr_debug4(fmt, ...) pr_debugN(4, pr_fmt(fmt), ##__VA_ARGS__) argument [all …]
|
/linux/drivers/media/pci/zoran/ |
A D | zoran_driver.c | 305 fmt->fmt.pix.bytesperline = 0; in zoran_g_fmt_vid_out() 327 fmt->fmt.pix.field = V4L2_FIELD_TOP; in zoran_g_fmt_vid_cap() 389 fmt->fmt.pix.bytesperline = 0; in zoran_try_fmt_vid_out() 425 fmt->fmt.pix.bytesperline = fmt->fmt.pix.width * bpp; in zoran_try_fmt_vid_cap() 426 fmt->fmt.pix.sizeimage = fmt->fmt.pix.bytesperline * fmt->fmt.pix.height; in zoran_try_fmt_vid_cap() 439 fmt->fmt.pix.width, fmt->fmt.pix.height, in zoran_s_fmt_vid_out() 440 fmt->fmt.pix.pixelformat, in zoran_s_fmt_vid_out() 445 if (!fmt->fmt.pix.height || !fmt->fmt.pix.width) in zoran_s_fmt_vid_out() 504 fmt->fmt.pix.bytesperline = 0; in zoran_s_fmt_vid_out() 526 fmt->fmt.pix.pixelformat); in zoran_s_fmt_vid_cap() [all …]
|
/linux/drivers/net/wireless/marvell/libertas/ |
A D | defs.h | 58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument 59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument 60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument 61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument 66 #define lbs_deb_11d(fmt, args...) LBS_DEB_LL(LBS_DEB_11D, " 11d", fmt, ##args) argument 70 #define lbs_deb_cmd(fmt, args...) LBS_DEB_LL(LBS_DEB_CMD, " cmd", fmt, ##args) argument 71 #define lbs_deb_rx(fmt, args...) LBS_DEB_LL(LBS_DEB_RX, " rx", fmt, ##args) argument 72 #define lbs_deb_tx(fmt, args...) LBS_DEB_LL(LBS_DEB_TX, " tx", fmt, ##args) argument 73 #define lbs_deb_fw(fmt, args...) LBS_DEB_LL(LBS_DEB_FW, " fw", fmt, ##args) argument 74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args) argument [all …]
|
/linux/fs/smb/client/ |
A D | cifs_debug.h | 15 #define pr_fmt(fmt) "CIFS: " fmt argument 56 pr_info_ ## ratefunc(fmt, ##__VA_ARGS__) 58 #define cifs_info(fmt, ...) \ argument 65 pr_debug_ ## ratefunc("%s: " fmt, \ 74 #define cifs_dbg(type, fmt, ...) \ argument 93 pr_debug_ ## ratefunc("\\\\%s " fmt, \ 137 #define cifs_dbg(type, fmt, ...) \ argument 140 pr_debug(fmt, ##__VA_ARGS__); \ 146 pr_debug("\\\\%s " fmt, \ 156 #define cifs_info(fmt, ...) \ argument [all …]
|
/linux/drivers/scsi/mpi3mr/ |
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/drivers/media/pci/cx18/ |
A D | cx18-driver.h | 164 #define CX18_DEBUG_INFO(fmt, args...) CX18_DEBUG(CX18_DBGFLG_INFO, "info", fmt , ## args) argument 165 #define CX18_DEBUG_API(fmt, args...) CX18_DEBUG(CX18_DBGFLG_API, "api", fmt , ## args) argument 166 #define CX18_DEBUG_DMA(fmt, args...) CX18_DEBUG(CX18_DBGFLG_DMA, "dma", fmt , ## args) argument 169 #define CX18_DEBUG_I2C(fmt, args...) CX18_DEBUG(CX18_DBGFLG_I2C, "i2c", fmt , ## args) argument 170 #define CX18_DEBUG_IRQ(fmt, args...) CX18_DEBUG(CX18_DBGFLG_IRQ, "irq", fmt , ## args) argument 187 #define CX18_ERR(fmt, args...) v4l2_err(&cx->v4l2_dev, fmt , ## args) argument 188 #define CX18_WARN(fmt, args...) v4l2_warn(&cx->v4l2_dev, fmt , ## args) argument 189 #define CX18_INFO(fmt, args...) v4l2_info(&cx->v4l2_dev, fmt , ## args) argument 236 #define CX18_ERR_DEV(dev, fmt, args...) v4l2_err(dev, fmt , ## args) argument 237 #define CX18_WARN_DEV(dev, fmt, args...) v4l2_warn(dev, fmt , ## args) argument [all …]
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | debug.h | 27 #define gvt_err(fmt, args...) \ argument 28 pr_err("gvt: "fmt, ##args) 33 pr_err("gvt: "fmt, ##args); \ 39 pr_debug("gvt: core: "fmt, ##args) 42 pr_debug("gvt: irq: "fmt, ##args) 44 #define gvt_dbg_mm(fmt, args...) \ argument 45 pr_debug("gvt: mm: "fmt, ##args) 51 pr_debug("gvt: dpy: "fmt, ##args) 53 #define gvt_dbg_el(fmt, args...) \ argument 54 pr_debug("gvt: el: "fmt, ##args) [all …]
|
/linux/include/linux/ceph/ |
A D | ceph_debug.h | 5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument 18 # define dout(fmt, ...) \ argument 19 pr_debug("%.*s %12.12s:%-4d : " fmt, \ 22 # define doutc(client, fmt, ...) \ argument 30 # define dout(fmt, ...) \ argument 31 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__) 32 # define doutc(client, fmt, ...) \ argument 33 no_printk(KERN_DEBUG "[%pU %llu] " fmt, \ 44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument 45 # define doutc(client, fmt, ...) \ argument [all …]
|
/linux/drivers/block/drbd/ |
A D | drbd_polymorph_printk.h | 18 #define __drbd_printk_drbd_device_fmt(fmt) "drbd %s/%u drbd%u: " fmt argument 28 "drbd %s/%u drbd%u: " fmt 35 #define __drbd_printk_drbd_resource_fmt(fmt) "drbd %s: " fmt argument 43 "drbd %s: " fmt 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/tools/perf/ui/ |
A D | hist.c | 124 int len = fmt->user_len ?: fmt->len; in hpp__fmt() 145 int len = fmt->user_len ?: fmt->len; in hpp__fmt_acc() 300 int len = fmt->user_len ?: fmt->len; in hpp__width_fn() 600 if (fmt->free) in fmt_free() 601 fmt->free(fmt); in fmt_free() 707 if (!fmt->entry && !fmt->color) in perf_hpp__setup_output_field() 779 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__sort_list_width() 804 ret += fmt->width(fmt, &dummy_hpp, hists); in hists__overhead_width() 825 fmt->len = 8; in perf_hpp__reset_width() 830 fmt->len = 9; in perf_hpp__reset_width() [all …]
|
/linux/include/kunit/ |
A D | test.h | 674 fmt, \ 770 fmt, \ argument 801 fmt, \ argument 808 fmt, \ 896 fmt, \ argument 932 fmt, \ 951 fmt, \ 1277 fmt, \ 1312 fmt, \ 1331 fmt, \ [all …]
|
/linux/drivers/block/rnbd/ |
A D | rnbd-log.h | 15 #define rnbd_clt_log(fn, dev, fmt, ...) ( \ argument 16 fn("<%s@%s> " fmt, (dev)->pathname, \ 20 fn("<%s@%s>: " fmt, (dev)->pathname, \ 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 [all …]
|
/linux/include/net/ |
A D | net_debug.h | 34 netdev_printk(level, dev, fmt, ##__VA_ARGS__); \ 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 87 netdev_printk(level, (dev), fmt, ##args); \ 93 netdev_##level(dev, fmt, ##args); \ [all …]
|
/linux/kernel/trace/ |
A D | trace_printk.c | 35 const char *fmt; member 42 if (!fmt) in lookup_format() 46 if (!strcmp(pos->fmt, fmt)) in lookup_format() 56 char *fmt; in hold_module_trace_bprintk_format() local 71 fmt = NULL; in hold_module_trace_bprintk_format() 75 if (fmt) { in hold_module_trace_bprintk_format() 78 tb_fmt->fmt = fmt; in hold_module_trace_bprintk_format() 82 *iter = fmt; in hold_module_trace_bprintk_format() 142 return &p->fmt; in find_next_mod_format() 211 va_start(ap, fmt); in __trace_bprintk() [all …]
|