Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Thu Dec 20 23:49:11 UTC 2007

Modified Files:
        src/sys/kern: subr_pool.c
        src/sys/sys: pool.h
        src/usr.bin/vmstat: vmstat.c

Log Message:
- Support two different sizes of pool_cache group. The default has 14 or 15
  items, and the new large groups (for busy caches) have 62 or 63 items.
- Add PR_LARGECACHE flag as a hint that a pool_cache should use large groups.
  This should be eventually be tuned at runtime.
- Report group size for vmstat -C.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/kern/subr_pool.c
cvs rdiff -r1.59 -r1.60 src/sys/sys/pool.h
cvs rdiff -r1.155 -r1.156 src/usr.bin/vmstat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index