Date: Mon, 29 Apr 2002 16:45:41 -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 uma_int.h vm_map.c Message-ID: <200204292345.g3TNjfx28733@freefall.freebsd.org>
index | next in thread | raw e-mail
jeff 2002/04/29 16:45:41 PDT
Modified files:
sys/vm uma.h uma_core.c uma_int.h vm_map.c
Log:
Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's own
mutex class. Currently this is only used for kmapentzone because kmapents
are are potentially allocated when freeing memory. This is not dangerous
though because no other allocations will be done while holding the
kmapentzone lock.
Revision Changes Path
1.5 +1 -0 src/sys/vm/uma.h
1.16 +11 -3 src/sys/vm/uma_core.c
1.8 +21 -6 src/sys/vm/uma_int.h
1.226 +1 -1 src/sys/vm/vm_map.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204292345.g3TNjfx28733>
