Lines Matching defs:max
44 * When an element reaches it's max count of action_threshold, we try to poison
53 * memmove(), it is because it is a very simple structure to handle and max data
140 * element in the array. On insertion and any access, it gets reset to max.
188 int min = 0, max = ca->n - 1;
191 while (min <= max) {
192 int i = (min + max) >> 1;
199 max = i - 1;
211 * terminates when min > max, which means the min index points to the
212 * bigger element while the max index to the smaller element, in-between
367 /* We have reached max count for this page, soft-offline it. */