Lines Matching defs:thresh
901 int thresh;
904 ret = kstrtoint(buf, 10, &thresh);
908 if (thresh < 0 || thresh > 100)
911 WRITE_ONCE(space_info->bg_reclaim_threshold, thresh);
1265 int thresh;
1268 ret = kstrtoint(buf, 10, &thresh);
1273 if (thresh != 0 && (thresh > 100))
1276 if (thresh != 0 && (thresh <= 50 || thresh > 100))
1280 WRITE_ONCE(fs_info->bg_reclaim_threshold, thresh);