Searched refs:oldvalue (Results 1 – 3 of 3) sorted by relevance
42 oldvalue=$(get_tunable SPA_ASIZE_INFLATION)45 set_tunable32 SPA_ASIZE_INFLATION $oldvalue
340 long long value, oldvalue; in incrDecrCommand() local347 oldvalue = value; in incrDecrCommand()348 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in incrDecrCommand()349 (incr > 0 && oldvalue > 0 && incr > (LLONG_MAX-oldvalue))) { in incrDecrCommand()
560 long long value, incr, oldvalue; in hincrbyCommand() local579 oldvalue = value; in hincrbyCommand()580 if ((incr < 0 && oldvalue < 0 && incr < (LLONG_MIN-oldvalue)) || in hincrbyCommand()581 (incr > 0 && oldvalue > 0 && incr > (LLONG_MAX-oldvalue))) { in hincrbyCommand()