Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-iosched.c479 bfq_log(bfqd, "schedule dispatch"); in bfq_schedule_dispatch()
721 bfq_log(bfqd, "[%s] wr_busy %d sync %d depth %u", in bfq_limit_depth()
761 bfq_log(bfqd, "rq_pos_tree_lookup %llu: returning %d", in bfq_rq_pos_tree_lookup()
3430 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params()
3446 bfq_log(bfqd, in bfq_reset_rate_computation()
3598 bfq_log(bfqd, "update_peak_rate: goto reset, samples %d", in bfq_update_peak_rate()
5032 bfq_log(bfqd, "select_queue: no queue returned"); in bfq_select_queue()
5212 bfq_log(bfqd, "dispatch requests: %d busy queues", in __bfq_dispatch_request()
7079 bfq_log(bfqd, "put_async_bfqq: %p", bfqq); in __bfq_put_async_bfqq()
H A Dbfq-iosched.h1207 #define bfq_log(bfqd, fmt, args...) \ macro