aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/uma_int.h
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+1
* - Introduce the new M_NOVM option which tells uma to only check the currentlyJeff Roberson2002-06-171-0/+1
* Add a new zone flag UMA_ZONE_MTXCLASS. This puts the zone in it's ownJeff Roberson2002-04-291-6/+21
* Fix the calculation that determines uz_maxpages. It was off for large zones.Jeff Roberson2002-04-141-0/+2
* Quiet witness warnings about acquiring several zone locks. In the case thatJeff Roberson2002-04-081-1/+2
* Rework most of the bucket allocation and free code so that per cpu locks areJeff Roberson2002-04-081-1/+2
* Spelling correction; s/seperate/separate/gJeff Roberson2002-04-071-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+4
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksJeff Roberson2002-03-271-1/+1
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-0/+328