Lines Matching defs:vm_page
180 * other references to that vm_page structure can exist. The PGA_ENQUEUED
191 * type-stability of vm_page structures is crucial to this scheme since the
221 struct vm_page {
223 TAILQ_ENTRY(vm_page) q; /* page queue or free list (Q) */
225 SLIST_ENTRY(vm_page) ss; /* private slists */
236 TAILQ_ENTRY(vm_page) listq; /* pages in same object (O) */
335 TAILQ_HEAD(pglist, vm_page);
338 SLIST_HEAD(spglist, vm_page);
389 * The vm_page's aflags are updated using atomic operations. To set or clear
514 * Page allocation parameters for vm_page for the functions