Home
last modified time | relevance | path

Searched refs:page_active (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/uvm/
H A Duvm.h56 struct pglist page_active; /* [Q] allocated pages, in use */ member
H A Duvm_page.c187 TAILQ_INIT(&uvm.page_active); in uvm_page_init()
1274 TAILQ_REMOVE(&uvm.page_active, pg, pageq); in uvm_pagedeactivate()
1309 TAILQ_INSERT_TAIL(&uvm.page_active, pg, pageq); in uvm_pageactivate()
1323 TAILQ_REMOVE(&uvm.page_active, pg, pageq); in uvm_pagedequeue()
H A Duvm_pdaemon.c969 for (p = TAILQ_FIRST(&uvm.page_active); in uvmpd_scan_active()
1084 uvmpd_drop(&uvm.page_active); in uvmpd_hibernate()
H A Duvm_map.c3010 pgl = &uvm.page_active; in uvm_page_printit()