summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageq.c
Commit message (Expand)AuthorAgeFilesLines
* o Remove dead and/or unused code.alc2002-07-201-15/+1
* o Remove the acquisition and release of Giant from the idle priority threadalc2002-07-181-3/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-10/+5
* o Create vm_pageq_enqueue() to encapsulate code that is duplicated timealc2002-03-041-4/+17
* Add a page queue, PQ_HOLD, that temporarily owns pages with nonzero holdtegge2002-02-191-0/+1
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-0/+233
OpenPOWER on IntegriCloud