Home | History | Annotate | Download | only in blktrace

Lines Matching refs:increase

57  * You may want to increase this even more, if you are logging at a high
622 static int increase_limit(int resource, rlim_t increase)
628 rlim.rlim_cur += increase;
630 rlim.rlim_max = rlim.rlim_cur + increase;