Date: Thu, 13 Feb 1997 11:41:42 -0800 (PST) From: Garrett Wollman <wollman> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <199702131941.LAA03228@freefall.freebsd.org>
index | next in thread | raw e-mail
wollman 97/02/13 11:41:41 Modified: sys/kern uipc_mbuf.c Log: Provide an alternative mbuf cluster allocator which permits use of clusters greater than one page in length by calling contigmalloc1(). This uses a helper process `mclalloc' to do the allocation if the system runs out at interrupt time to avoid calling contigmalloc at high spl. It is not yet clear to me whether this works. Revision Changes Path 1.27 +46 -1 src/sys/kern/uipc_mbuf.chelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702131941.LAA03228>
