Searched refs:file_bg_thresh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | client_writeback.c | 154 hdtc->file_bg_thresh = hdtc->hwb->dirty_file_bg_thresh; in hmdfs_init_dirty_limit() 170 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_init_dirty_limit() 210 hdtc->file_bg_thresh = hwb->dirty_file_bg_thresh; in hmdfs_update_dirty_limit() 218 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_update_dirty_limit() 234 /* hdtc.file_bg_thresh should be the lowest thresh */ in hmdfs_update_ratelimit() 235 hwb->ratelimit_pages = hdtc.file_bg_thresh / in hmdfs_update_ratelimit() 268 return (hdtc->file_thresh + hdtc->file_bg_thresh) / 2; in hmdfs_dirty_freerun_ceiling() 307 if (hdtc.fs_nr_reclaimable < hdtc.file_bg_thresh) { in hmdfs_balance_dirty_pages() 395 } else if (hdtc.file_nr_reclaimable >= hdtc.file_bg_thresh) { in hmdfs_balance_dirty_pages()
|
H A D | client_writeback.h | 45 unsigned long file_bg_thresh; member
|
H A D | hmdfs_trace.h | 341 __field(unsigned long, file_bg_thresh) 358 __entry->file_bg_thresh = hdtc->file_bg_thresh; 373 __entry->file_bg_thresh, __entry->fs_bg_thresh,
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | client_writeback.c | 178 hdtc->file_bg_thresh = hdtc->hwb->dirty_file_bg_thresh; in hmdfs_init_dirty_limit() 194 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_init_dirty_limit() 234 hdtc->file_bg_thresh = hwb->dirty_file_bg_thresh; in hmdfs_update_dirty_limit() 242 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_update_dirty_limit() 258 /* hdtc.file_bg_thresh should be the lowest thresh */ in hmdfs_update_ratelimit() 259 hwb->ratelimit_pages = hdtc.file_bg_thresh / in hmdfs_update_ratelimit() 292 return (hdtc->file_thresh + hdtc->file_bg_thresh) / 2; in hmdfs_dirty_freerun_ceiling() 331 if (hdtc.fs_nr_reclaimable < hdtc.file_bg_thresh) { in hmdfs_balance_dirty_pages() 419 } else if (hdtc.file_nr_reclaimable >= hdtc.file_bg_thresh) { in hmdfs_balance_dirty_pages()
|
H A D | client_writeback.h | 45 unsigned long file_bg_thresh; member
|
H A D | hmdfs_trace.h | 341 __field(unsigned long, file_bg_thresh) 358 __entry->file_bg_thresh = hdtc->file_bg_thresh; 373 __entry->file_bg_thresh, __entry->fs_bg_thresh,
|
Completed in 5 milliseconds