Searched refs:args (Results 1 – 5 of 5) sorted by relevance
/block/partitions/ |
D | ldm.c | 56 va_list args; in _ldm_printk() local 58 va_start (args, fmt); in _ldm_printk() 61 vaf.va = &args; in _ldm_printk() 65 va_end(args); in _ldm_printk()
|
/block/ |
D | bsg.c | 61 #define dprintk(fmt, args...) printk(KERN_ERR "%s: " fmt, __func__, ##args) argument 63 #define dprintk(fmt, args...) argument
|
D | Kconfig | 108 the kernel boot args. This is typically of use for embedded devices
|
D | blk-throttle.c | 218 #define throtl_log(sq, fmt, args...) do { \ argument 227 blk_add_trace_msg(__td->queue, "throtl %s " fmt, __pbuf, ##args); \ 229 blk_add_trace_msg(__td->queue, "throtl " fmt, ##args); \
|
D | cfq-iosched.c | 645 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) do { \ argument 652 __pbuf, ##args); \ 655 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do { \ argument 659 blk_add_trace_msg((cfqd)->queue, "%s " fmt, __pbuf, ##args); \ 764 #define cfq_log_cfqq(cfqd, cfqq, fmt, args...) \ argument 768 ##args) 769 #define cfq_log_cfqg(cfqd, cfqg, fmt, args...) do {} while (0) argument 782 #define cfq_log(cfqd, fmt, args...) \ argument 783 blk_add_trace_msg((cfqd)->queue, "cfq " fmt, ##args)
|