Lines Matching refs:thresh
115 unsigned long thresh) in hmdfs_ratio_thresh() argument
117 unsigned long ret = (ratio * thresh) >> HMDFS_LIMIT_SHIFT; in hmdfs_ratio_thresh()
123 unsigned long thresh) in hmdfs_thresh_ratio() argument
125 unsigned long ratio = (base << HMDFS_LIMIT_SHIFT) / thresh; in hmdfs_thresh_ratio()
186 unsigned long thresh; in hmdfs_update_dirty_limit() local
205 thresh = bw * time_limit / roundup_pow_of_two(HZ); in hmdfs_update_dirty_limit()
206 if (thresh >= hwb->dirty_fs_thresh) { in hmdfs_update_dirty_limit()
213 hdtc->fs_thresh = thresh; in hmdfs_update_dirty_limit()
273 unsigned long thresh) in hmdfs_dirty_intv() argument
275 if (thresh > dirty) in hmdfs_dirty_intv()
276 return 1UL << (ilog2(thresh - dirty) >> 1); in hmdfs_dirty_intv()