summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove references to L1 in the comments, according to Alan they arenetchild2004-06-071-2/+2
* Correct typo, vm_page_list_find() is called vm_pageq_find() for quite ahmp2004-05-301-2/+2
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-3/+25
* Modify vm_pageq_requeue() to handle a PQ_NONE page without dereferencingalc2003-06-261-14/+5
* Use __FBSDID().obrien2003-06-111-3/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Remove GIANT_REQUIRED from vm_pageq_remove().alc2003-02-161-1/+0
* 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