Searched refs:hmdfs_ratio_thresh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | client_writeback.c | 114 static inline unsigned long hmdfs_ratio_thresh(unsigned long ratio, in hmdfs_ratio_thresh() function 165 hdtc->fs_bg_thresh = hmdfs_ratio_thresh(hwb->fs_bg_ratio, in hmdfs_init_dirty_limit() 170 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_init_dirty_limit() 214 hdtc->fs_bg_thresh = hmdfs_ratio_thresh(hwb->fs_bg_ratio, in hmdfs_update_dirty_limit() 216 hdtc->file_thresh = hmdfs_ratio_thresh(hwb->fs_file_ratio, in hmdfs_update_dirty_limit() 218 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_update_dirty_limit()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | client_writeback.c | 138 static inline unsigned long hmdfs_ratio_thresh(unsigned long ratio, in hmdfs_ratio_thresh() function 189 hdtc->fs_bg_thresh = hmdfs_ratio_thresh(hwb->fs_bg_ratio, in hmdfs_init_dirty_limit() 194 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_init_dirty_limit() 238 hdtc->fs_bg_thresh = hmdfs_ratio_thresh(hwb->fs_bg_ratio, in hmdfs_update_dirty_limit() 240 hdtc->file_thresh = hmdfs_ratio_thresh(hwb->fs_file_ratio, in hmdfs_update_dirty_limit() 242 hdtc->file_bg_thresh = hmdfs_ratio_thresh(hwb->file_bg_ratio, in hmdfs_update_dirty_limit()
|
Completed in 2 milliseconds