Searched refs:new_max (Results 1 – 4 of 4) sorted by relevance
516 ssize_t new_max = csv->c_leaf_max * 2; in csv_leaf_num() local517 if (new_max == 0) in csv_leaf_num()518 new_max = C_LEAF_MAX; in csv_leaf_num()520 lp = xo_realloc(csv->c_leaf, new_max * sizeof(*lp)); in csv_leaf_num()529 csv->c_leaf_max = new_max; in csv_leaf_num()
696 int new_max = V_pfi_buffer_max * 2; in pfi_address_add() local698 if (new_max > PFI_BUFFER_MAX) { in pfi_address_add()703 p = malloc(new_max * sizeof(*V_pfi_buffer), PFI_MTYPE, in pfi_address_add()714 V_pfi_buffer_max = new_max; in pfi_address_add()
1274 size_t new_max = (it->key_len+len)*2; in raxIteratorAddChars() local1275 it->key = rax_realloc(old,new_max); in raxIteratorAddChars()1282 it->key_max = new_max; in raxIteratorAddChars()
5635 uint32_t new_init, new_min, new_max; local5646 new_max = srto->srto_max;5648 new_max = stcb->asoc.maxrto;5653 if ((new_min <= new_init) && (new_init <= new_max)) {5655 stcb->asoc.maxrto = new_max;5673 new_max = srto->srto_max;5675 new_max = inp->sctp_ep.sctp_maxrto;5680 if ((new_min <= new_init) && (new_init <= new_max)) {5682 inp->sctp_ep.sctp_maxrto = new_max;