cvs commit: src/sys/vm uma_core.c uma_int.h
Bosko Milekic
bmilekic at FreeBSD.org
Wed Jun 25 13:49:49 PDT 2003
bmilekic 2003/06/25 13:49:48 PDT
FreeBSD src repository
Modified files:
sys/vm uma_core.c uma_int.h
Log:
Move the pcpu lock out of the uma_cache and instead have a single set
of pcpu locks. This makes uma_zone somewhat smaller (by (LOCKNAME_LEN *
sizeof(char) + sizeof(struct mtx) * maxcpu) bytes, to be exact).
No Objections from jeff.
Revision Changes Path
1.60 +18 -28 src/sys/vm/uma_core.c
1.15 +7 -22 src/sys/vm/uma_int.h
More information about the cvs-src
mailing list