Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.c427 bfq_log(bfqd, "schedule dispatch"); in bfq_schedule_dispatch()
547 bfq_log(bfqd, "[%s] wr_busy %d sync %d depth %u", in bfq_limit_depth()
586 bfq_log(bfqd, "rq_pos_tree_lookup %llu: returning %d", in bfq_rq_pos_tree_lookup()
3041 bfq_log(bfqd, "new max_budget = %d", bfqd->bfq_max_budget); in update_thr_responsiveness_params()
3057 bfq_log(bfqd, in bfq_reset_rate_computation()
3209 bfq_log(bfqd, "update_peak_rate: goto reset, samples %d", in bfq_update_peak_rate()
4559 bfq_log(bfqd, "select_queue: no queue returned"); in bfq_select_queue()
4730 bfq_log(bfqd, "dispatch requests: %d busy queues", in __bfq_dispatch_request()
6302 bfq_log(bfqd, "put_async_bfqq: %p", bfqq); in __bfq_put_async_bfqq()
H A Dbfq-iosched.h1104 #define bfq_log(bfqd, fmt, args...) \ macro