Home
last modified time | relevance | path

Searched refs:bfq_log (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/block/
Dbfq-iosched.c419 bfq_log(bfqd, "schedule dispatch"); in bfq_schedule_dispatch()
540 bfq_log(bfqd, "[%s] wr_busy %d sync %d depth %u", in bfq_limit_depth()
579 bfq_log(bfqd, "rq_pos_tree_lookup %llu: returning %d", in bfq_rq_pos_tree_lookup()
2541 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params()
2557 bfq_log(bfqd, in bfq_reset_rate_computation()
2709 bfq_log(bfqd, "update_peak_rate: goto reset, samples %d", in bfq_update_peak_rate()
3733 bfq_log(bfqd, "select_queue: no queue returned"); in bfq_select_queue()
3897 bfq_log(bfqd, "dispatch requests: %d busy queues", bfqd->busy_queues); in __bfq_dispatch_request()
5151 bfq_log(bfqd, "put_async_bfqq: %p", bfqq); in __bfq_put_async_bfqq()
Dbfq-iosched.h963 #define bfq_log(bfqd, fmt, args...) \ macro