Home
last modified time | relevance | path

Searched refs:wb_setpoint (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c855 * if (wb_dirty < wb_setpoint) scale up pos_ratio
856 * if (wb_dirty > wb_setpoint) scale down pos_ratio
907 * wb_setpoint^ x_intercept^
912 * card's wb_dirty may rush to many times higher than wb_setpoint.
924 unsigned long wb_setpoint; in wb_position_ratio() local
957 * wb_calc_thresh(wb, bg_thresh) is about ~4K pages. wb_setpoint is in wb_position_ratio()
960 * wb_dirty is under wb_setpoint and vice versa. in wb_position_ratio()
979 wb_setpoint = dirty_freerun_ceiling(wb_thresh, in wb_position_ratio()
982 if (wb_setpoint == 0 || wb_setpoint in wb_position_ratio()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c941 * if (wb_dirty < wb_setpoint) scale up pos_ratio
942 * if (wb_dirty > wb_setpoint) scale down pos_ratio
993 * wb_setpoint^ x_intercept^
998 * card's wb_dirty may rush to many times higher than wb_setpoint.
1010 unsigned long wb_setpoint; in wb_position_ratio() local
1043 * wb_calc_thresh(wb, bg_thresh) is about ~4K pages. wb_setpoint is in wb_position_ratio()
1046 * wb_dirty is under wb_setpoint and vice versa. in wb_position_ratio()
1065 wb_setpoint = dirty_freerun_ceiling(wb_thresh, in wb_position_ratio()
1068 if (wb_setpoint == 0 || wb_setpoint in wb_position_ratio()
[all...]

Completed in 6 milliseconds