Date: Sun, 7 Apr 2002 21:48:58 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma.h uma_core.c Message-ID: <200204080448.g384mw672306@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/04/07 21:48:58 PDT
Modified files:
sys/vm uma.h uma_core.c
Log:
Implement uma_zdestroy(). It's prototype changed slightly. I decided that I
didn't like the wait argument and that if you were removing a zone it had
better be empty.
Also, I broke out part of hash_expand and made a seperate hash_free() for use
in uma_zdestroy.
Revision Changes Path
1.4 +2 -7 src/sys/vm/uma.h
1.8 +76 -23 src/sys/vm/uma_core.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?200204080448.g384mw672306>
