K 10 svn:author V 2 dg K 8 svn:date V 27 2002-08-16T18:41:48.000000Z K 7 svn:log V 280 Further improved the performance of sbreserve() by moving the calculation of the adjusted sb_max into a sysctl handler for sb_max and assigning it to a variable that is used instead. This eliminates the 32bit multiply and divide from the fast path that was being done previously. END