Searched refs:dirty_background_ratio (Results 1 – 5 of 5) sorted by relevance
127 extern int dirty_background_ratio;
174 this nice and low. This corresponds to the /proc/sys/vm/dirty_background_ratio177 Note that the behaviour of dirty_background_ratio is quite different179 dirty_background_ratio is the threshold percentage at which background writeouts181 are disabled, and the dirty_background_ratio only determines how much writeback266 # amount of dirty memory to dirty_background_ratio. Set this nice and low,388 # amount of dirty memory to dirty_background_ratio. Set this nice and low,589 echo "$DIRTY_BACKGROUND_RATIO" > /proc/sys/vm/dirty_background_ratio649 echo "$DEF_DIRTY_BACKGROUND_RATIO" > /proc/sys/vm/dirty_background_ratio
73 int dirty_background_ratio = 10; variable277 background = (dirty_background_ratio * available_memory) / 100; in global_dirty_limits()352 dirty_background_ratio = 0; in dirty_background_bytes_handler()
26 - dirty_background_ratio125 Note: dirty_background_bytes is the counterpart of dirty_background_ratio. Only132 dirty_background_ratio
1195 .data = &dirty_background_ratio,1196 .maxlen = sizeof(dirty_background_ratio),