Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-wbt.c79 return rwb && rwb->wb_normal != 0; in rwb_enabled()
152 limit = rwb->wb_normal; in wbt_rqw_done()
292 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step()
298 rwb->wb_normal = rwb->wb_background = 0; in calc_wb_limits()
300 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits()
303 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits()
486 limit = rwb->wb_normal; in get_limit()
764 rwb->wb_normal = 0; in wbt_disable_default()
Dblk-wbt.h44 unsigned int wb_normal; /* normal writeback */ member