Date: Fri, 16 Aug 2002 11:41:48 -0700 (PDT) From: David Greenman <dg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c Message-ID: <200208161841.g7GIfmXH047247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 2002/08/16 11:41:48 PDT Modified files: sys/kern uipc_socket2.c Log: 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. Revision Changes Path 1.103 +26 -5 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208161841.g7GIfmXH047247>