Home
last modified time | relevance | path

Searched refs:fs_thresh (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dclient_writeback.c151 hdtc->fs_thresh = hdtc->hwb->dirty_fs_thresh; in hmdfs_init_dirty_limit()
163 if (hwb->bw_fs_thresh < hdtc->fs_thresh) { in hmdfs_init_dirty_limit()
164 hdtc->fs_thresh = hwb->bw_fs_thresh; in hmdfs_init_dirty_limit()
166 hdtc->fs_thresh); in hmdfs_init_dirty_limit()
207 hdtc->fs_thresh = hwb->dirty_fs_thresh; in hmdfs_update_dirty_limit()
213 hdtc->fs_thresh = thresh; in hmdfs_update_dirty_limit()
215 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
217 hdtc->fs_thresh); in hmdfs_update_dirty_limit()
222 hwb->bw_fs_thresh = hdtc->fs_thresh; in hmdfs_update_dirty_limit()
266 return (hdtc->fs_thresh + hdtc->fs_bg_thresh) / 2; in hmdfs_dirty_freerun_ceiling()
[all …]
Dclient_writeback.h48 unsigned long fs_thresh; member
Dhmdfs_trace.h344 __field(unsigned long, fs_thresh)
361 __entry->fs_thresh = hdtc->fs_thresh;
374 __entry->file_thresh, __entry->fs_thresh,