Searched refs:oldmax (Results 1 – 4 of 4) sorted by relevance
494 int oldcol, oldmax; in fwd() local497 oldmax = maxcol; in fwd()500 maxcol = oldmax; in fwd()
890 u_int32_t mutex_offset, oldmax; local894 oldmax = tp->region->maxtxns;895 incr = oldmax * sizeof(DB_TXN);914 tp->region->maxtxns = 2 * oldmax;
1670 const struct device_entry *olddep, *oldmax; in parse_options() local1774 oldmax = olddep + cur_options->os_ndevices; in parse_options()1776 olddep = oldmax = NULL; in parse_options()1779 (olddep != NULL && olddep < oldmax)) { in parse_options()1781 if (olddep >= oldmax) { in parse_options()1799 if (olddep < oldmax) { in parse_options()
599 uint64_t oldmax; in res_set_max() local605 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { in res_set_max()609 if (max < oldmax) { in res_set_max()616 max - oldmax)); in res_set_max()