Home
last modified time | relevance | path

Searched refs:file_thresh (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dclient_writeback.c152 hdtc->file_thresh = hdtc->hwb->dirty_file_thresh; in hmdfs_init_dirty_limit()
168 if (hwb->bw_file_thresh < hdtc->file_thresh) { in hmdfs_init_dirty_limit()
169 hdtc->file_thresh = hwb->bw_file_thresh; in hmdfs_init_dirty_limit()
171 hdtc->file_thresh); in hmdfs_init_dirty_limit()
208 hdtc->file_thresh = hwb->dirty_file_thresh; in hmdfs_update_dirty_limit()
216 hdtc->file_thresh = hmdfs_ratio_thresh(hwb->fs_file_ratio, in hmdfs_update_dirty_limit()
219 hdtc->file_thresh); in hmdfs_update_dirty_limit()
223 hwb->bw_file_thresh = hdtc->file_thresh; in hmdfs_update_dirty_limit()
268 return (hdtc->file_thresh + hdtc->file_bg_thresh) / 2; in hmdfs_dirty_freerun_ceiling()
309 hdtc.file_thresh); in hmdfs_balance_dirty_pages()
[all...]
H A Dclient_writeback.h47 unsigned long file_thresh; member
H A Dhmdfs_trace.h343 __field(unsigned long, file_thresh)
360 __entry->file_thresh = hdtc->file_thresh;
374 __entry->file_thresh, __entry->fs_thresh,
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dclient_writeback.c176 hdtc->file_thresh = hdtc->hwb->dirty_file_thresh; in hmdfs_init_dirty_limit()
192 if (hwb->bw_file_thresh < hdtc->file_thresh) { in hmdfs_init_dirty_limit()
193 hdtc->file_thresh = hwb->bw_file_thresh; in hmdfs_init_dirty_limit()
195 hdtc->file_thresh); in hmdfs_init_dirty_limit()
232 hdtc->file_thresh = hwb->dirty_file_thresh; in hmdfs_update_dirty_limit()
240 hdtc->file_thresh = hmdfs_ratio_thresh(hwb->fs_file_ratio, in hmdfs_update_dirty_limit()
243 hdtc->file_thresh); in hmdfs_update_dirty_limit()
247 hwb->bw_file_thresh = hdtc->file_thresh; in hmdfs_update_dirty_limit()
292 return (hdtc->file_thresh + hdtc->file_bg_thresh) / 2; in hmdfs_dirty_freerun_ceiling()
333 hdtc.file_thresh); in hmdfs_balance_dirty_pages()
[all...]
H A Dclient_writeback.h47 unsigned long file_thresh; member
H A Dhmdfs_trace.h343 __field(unsigned long, file_thresh)
360 __entry->file_thresh = hdtc->file_thresh;
374 __entry->file_thresh, __entry->fs_thresh,

Completed in 4 milliseconds