| /linux/tools/testing/selftests/sched_ext/ |
| H A D | scx_test.h | 82 #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 D | common.h | 30 #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 D | csio_hw.h | 611 #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 D | sof-audio.h | 642 #define spcm_dbg(__spcm, __dir, __fmt, ...) \ 643 dev_dbg((__spcm)->scomp->dev, "pcm%u (%s), dir %d: " __fmt, \ 648 #define spcm_dbg_ratelimited(__spcm, __dir, __fmt, ...) \ 649 dev_dbg_ratelimited((__spcm)->scomp->dev, "pcm%u (%s), dir %d: " __fmt, \ 654 #define spcm_err(__spcm, __dir, __fmt, ...) \ 655 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/drivers/media/pci/ivtv/ |
| H A D | ivtv-alsa-main.c | 22 #define IVTV_DEBUG_ALSA_INFO(__fmt, __arg...) \ argument 25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) argument
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 296 def __fmt(self): member in Public 311 return struct.pack(self.__fmt(), 322 return struct.calcsize(self.__fmt())
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | file.c | 141 #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/drivers/scsi/bfa/ |
| H A D | bfa_fcs_lport.c | 5500 #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) && \
|