Home
last modified time | relevance | path

Searched refs:vmd_inacthead (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_pagequeue.h269 struct vm_page vmd_inacthead; /* marker for LRU-defeating insertions */ member
H A Dvm_page.c478 vm_page_init_marker(&vmd->vmd_inacthead, PQ_INACTIVE, PGA_ENQUEUED); in vm_page_domain_init()
480 &vmd->vmd_inacthead, plinks.q); in vm_page_domain_init()
3474 TAILQ_INSERT_BEFORE(&vmd->vmd_inacthead, m, plinks.q); in _vm_page_pqstate_commit_requeue()