Searched refs:blk_add_trace_msg (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | blktrace_api.h | 59 #define blk_add_trace_msg(q, fmt, ...) \ macro 88 # define blk_add_trace_msg(q, fmt, ...) do { } while (0) macro
|
/openbmc/linux/block/ |
H A D | bfq-iosched.h | 1201 blk_add_trace_msg((bfqd)->queue, "%s " fmt, pid_str, ##args); \ 1208 blk_add_trace_msg((bfqd)->queue, "bfq " fmt, ##args)
|
H A D | elevator.c | 683 blk_add_trace_msg(q, "elv switch: %s", new_e->elevator_name); in elevator_switch() 709 blk_add_trace_msg(q, "elv switch: none"); in elevator_disable()
|
H A D | blk-throttle.c | 232 blk_add_trace_msg(__td->queue, "throtl " fmt, ##args); \
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 1050 blk_add_trace_msg(bitmap->mddev->queue, in md_bitmap_unplug() 1324 blk_add_trace_msg(bitmap->mddev->queue, in md_bitmap_daemon_work()
|
H A D | raid1.c | 50 do { if ((md)->queue) blk_add_trace_msg((md)->queue, "raid1 " fmt, ##args); } while (0)
|
H A D | raid5.c | 4206 blk_add_trace_msg(conf->mddev->queue, in handle_stripe_dirtying() 4286 blk_add_trace_msg(conf->mddev->queue, "raid5 rcw %llu %d %d %d", in handle_stripe_dirtying()
|
H A D | raid10.c | 78 do { if ((md)->queue) blk_add_trace_msg((md)->queue, "raid10 " fmt, ##args); } while (0)
|
H A D | md.c | 2787 blk_add_trace_msg(mddev->queue, "md md_update_sb"); in md_update_sb()
|