Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-wbt.c80 return rwb && rwb->wb_normal != 0; in rwb_enabled()
153 limit = rwb->wb_normal; in wbt_rqw_done()
293 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step()
299 rwb->wb_normal = rwb->wb_background = 0; in calc_wb_limits()
301 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits()
304 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits()
481 limit = rwb->wb_normal; in get_limit()
705 rwb->wb_normal = 0; in wbt_disable_default()
772 seq_printf(m, "%u\n", rwb->wb_normal); in wbt_normal_show()
Dblk-wbt.h44 unsigned int wb_normal; /* normal writeback */ member