Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbuffer.c127 } bdf_prm = {{30, 500, 0, 0, 5*HZ, 30*HZ, 60, 20, 0}}; variable
1040 soft_dirty_limit = tot * bdf_prm.b_un.nfract; in balance_dirty_state()
1041 hard_dirty_limit = tot * bdf_prm.b_un.nfract_sync; in balance_dirty_state()
1061 dirty_limit = tot * bdf_prm.b_un.nfract_stop_bdflush; in bdflush_stop()
1098 bh->b_flushtime = jiffies + bdf_prm.b_un.age_buffer; in __mark_dirty()
1122 bh->b_flushtime = jiffies + bdf_prm.b_un.age_buffer; in set_buffer_flushtime()
1128 return bdf_prm.b_un.interval; in get_buffer_flushtime()
2999 return put_user(bdf_prm.data[i], (int*)data); in sys_bdflush()
3002 bdf_prm.data[i] = data; in sys_bdflush()
3055 int ndirty = bdf_prm.b_un.ndirty; in bdflush()
[all …]
/linux-2.4.37.9/kernel/
Dsysctl.c46 extern int bdf_prm[], bdflush_min[], bdflush_max[];
299 {VM_BDFLUSH, "bdflush", &bdf_prm, 9*sizeof(int), 0644, NULL,