Lines Matching refs:current_threshold
4248 * current_threshold points to threshold just below or equal to usage.
4252 i = t->current_threshold;
4256 * current_threshold and check if a threshold is crossed.
4263 /* i = current_threshold + 1 */
4268 * current_threshold+1 and check if a threshold is crossed.
4275 /* Update current_threshold */
4276 t->current_threshold = i - 1;
4379 new->current_threshold = -1;
4383 * new->current_threshold will not be used until
4387 ++new->current_threshold;
4469 new->current_threshold = -1;
4477 * new->current_threshold will not be used
4481 ++new->current_threshold;