Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Dvm_page.h270 #define PQ_UNSWAPPABLE 3 macro
815 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
H A Dvm_meter.c525 CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt, 0, in vm_domain_stats_init()
529 &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_pdpages, 0, in vm_domain_stats_init()
H A Dvm_pageout.c716 queue = PQ_UNSWAPPABLE; in vm_pageout_launder()
909 if (launder > 0 && queue == PQ_UNSWAPPABLE) { in vm_pageout_launder()
H A Dvm_page.c464 *__DECONST(char **, &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_name) = in vm_page_domain_init()
3746 vm_page_enqueue(m, PQ_UNSWAPPABLE); in vm_page_unswappable()
4543 vm_dom[dom].vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt); in DB_SHOW_COMMAND()