Home
last modified time | relevance | path

Searched refs:__fmt (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dscx_test.h82 #define SCX_ERR(__fmt, ...) \ argument
85 fprintf(stderr, __fmt"\n", ##__VA_ARGS__); \
88 #define SCX_FAIL(__fmt, ...) \ argument
90 SCX_ERR(__fmt, ##__VA_ARGS__); \
94 #define SCX_FAIL_IF(__cond, __fmt, ...) \ argument
97 SCX_FAIL(__fmt, ##__VA_ARGS__); \
/linux/tools/sched_ext/include/scx/
H A Dcommon.h30 #define SCX_BUG(__fmt, ...) \ argument
37 fprintf(stderr, __fmt __VA_OPT__(,) __VA_ARGS__); \
43 #define SCX_BUG_ON(__cond, __fmt, ...) \ argument
46 SCX_BUG((__fmt) __VA_OPT__(,) __VA_ARGS__); \
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h611 #define csio_info(__hw, __fmt, ...) \ argument
612 dev_info(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
614 #define csio_fatal(__hw, __fmt, ...) \ argument
615 dev_crit(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
617 #define csio_err(__hw, __fmt, ...) \ argument
618 dev_err(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
620 #define csio_warn(__hw, __fmt, ...) \ argument
621 dev_warn(&(__hw)->pdev->dev, __fmt, ##__VA_ARGS__)
624 #define csio_dbg(__hw, __fmt, ...) \ argument
625 csio_info((__hw), __fmt, ##__VA_ARGS__);
[all …]
/linux/sound/soc/sof/
H A Dsof-audio.h642 #define spcm_dbg(__spcm, __dir, __fmt, ...) \
643 dev_dbg((__spcm)->scomp->dev, "pcm%u (%s), dir %d: " __fmt, \
647 #define spcm_dbg_ratelimited(__spcm, __dir, __fmt, ...) \ in snd_sof_compr_init_elapsed_work()
648 dev_dbg_ratelimited((__spcm)->scomp->dev, "pcm%u (%s), dir %d: " __fmt, \
652 #define spcm_err(__spcm, __dir, __fmt, ...) \
653 dev_err((__spcm)->scomp->dev, "%s: pcm%u (%s), dir %d: " __fmt, \
627 spcm_dbg(__spcm,__dir,__fmt,...) global() argument
632 spcm_dbg_ratelimited(__spcm,__dir,__fmt,...) global() argument
637 spcm_err(__spcm,__dir,__fmt,...) global() argument
/linux/kernel/liveupdate/
H A Dluo_internal.h41 #define luo_restore_fail(__fmt, ...) panic(__fmt, ##__VA_ARGS__) argument
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c60 #define __tun_prn(__tunnel, __level, __type, __fmt, ...) \ argument
62 "[DPTUN %s][%s] " __fmt, \
67 #define tun_dbg(__tunnel, __fmt, ...) \ argument
68 __tun_prn(__tunnel, dbg, _kms, __fmt, ## __VA_ARGS__)
70 #define tun_dbg_stat(__tunnel, __err, __fmt, ...) do { \ argument
72 __tun_prn(__tunnel, dbg, _kms, __fmt " (Failed, err: %pe)\n", \
75 __tun_prn(__tunnel, dbg, _kms, __fmt " (Ok)\n", \
79 #define tun_dbg_atomic(__tunnel, __fmt, ...) \ argument
80 __tun_prn(__tunnel, dbg, _atomic, __fmt, ## __VA_ARGS__)
82 #define tun_grp_dbg(__group, __fmt, ...) \ argument
[all …]
/linux/drivers/media/pci/ivtv/
H A Divtv-alsa-main.c22 #define IVTV_DEBUG_ALSA_INFO(__fmt, __arg...) \ argument
25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \
/linux/security/apparmor/include/
H A Dlib.h25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) argument
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py296 def __fmt(self): member in Public
311 return struct.pack(self.__fmt(),
322 return struct.calcsize(self.__fmt())
/linux/include/linux/
H A Dfs.h3490 #define DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, __is_signed) \ argument
3493 __simple_attr_check_format(__fmt, 0ull); \
3494 return simple_attr_open(inode, file, __get, __set, __fmt); \
3505 #define DEFINE_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
3506 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, false)
3508 #define DEFINE_SIMPLE_ATTRIBUTE_SIGNED(__fops, __get, __set, __fmt) \ argument
3509 DEFINE_SIMPLE_ATTRIBUTE_XSIGNED(__fops, __get, __set, __fmt, true)
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c141 #define DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__fops, __get, __set, __fmt) \ argument
144 __simple_attr_check_format(__fmt, 0ull); \
145 return spufs_attr_open(inode, file, __get, __set, __fmt); \
1207 #define DEFINE_SPUFS_ATTRIBUTE(__name, __get, __set, __fmt, __acquire) \ argument
1230 DEFINE_SPUFS_SIMPLE_ATTRIBUTE(__name, __##__get, __set, __fmt);
/linux/arch/x86/kvm/vmx/
H A Dtdx.c27 #define __TDX_BUG_ON(__err, __f, __kvm, __fmt, __args...) \ argument
35 pr_err_ratelimited("SEAMCALL " __f " failed: 0x%llx" __fmt "\n",\
/linux/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c5500 #define __fc_pid_match(__c0, __c1, __fmt) \ argument
5501 (((__fmt) == FC_RSCN_FORMAT_FABRIC) || \
5502 (((__fmt) == FC_RSCN_FORMAT_DOMAIN) && \
5504 (((__fmt) == FC_RSCN_FORMAT_AREA) && \