Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dsysctl.c46 extern int bdf_prm[], bdflush_min[], bdflush_max[];
301 &bdflush_min, &bdflush_max},
/linux-2.4.37.9/fs/
Dbuffer.c131 int bdflush_max[N_PARAM] = {100,50000, 20000, 20000,10000*HZ, 10000*HZ, 100, 100, 0}; variable
3001 if (data >= bdflush_min[i] && data <= bdflush_max[i]) { in sys_bdflush()