Searched refs:wb_normal (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-wbt.c | 81 rwb->wb_normal != 0; in rwb_enabled() 154 limit = rwb->wb_normal; in wbt_rqw_done() 294 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 300 rwb->wb_normal = rwb->wb_background = 0; in calc_wb_limits() 302 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits() 305 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits() 482 limit = rwb->wb_normal; in get_limit() 777 seq_printf(m, "%u\n", rwb->wb_normal); in wbt_normal_show() 797 {"wb_normal", 0400, wbt_normal_show},
|
H A D | blk-wbt.h | 45 unsigned int wb_normal; /* normal writeback */ member
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-wbt.c | 69 unsigned int wb_normal; /* normal writeback */ member 213 limit = rwb->wb_normal; in wbt_rqw_done() 363 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 369 rwb->wb_normal = rwb->wb_background = 0; in calc_wb_limits() 371 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits() 374 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits() 558 limit = rwb->wb_normal; in get_limit() 858 seq_printf(m, "%u\n", rwb->wb_normal); in wbt_normal_show() 878 {"wb_normal", 0400, wbt_normal_show},
|
Completed in 3 milliseconds