Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/vm/
HDvm_meter.c462 vm_pagequeue_count(PQ_UNSWAPPABLE)); in vm_laundry_count()
492 vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt; in sysctl_vm_laundry_pages()
531 CTLFLAG_RD, &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt, 0, in vm_domain_stats_init()
535 &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_pdpages, 0, in vm_domain_stats_init()
HDvm_page.h333 #define PQ_UNSWAPPABLE 3 macro
941 return (queue == PQ_LAUNDRY || queue == PQ_UNSWAPPABLE); in vm_page_in_laundry()
HDvm_pageout.c744 queue = PQ_UNSWAPPABLE; in vm_pageout_launder()
944 if (launder > 0 && queue == PQ_UNSWAPPABLE) { in vm_pageout_launder()
HDvm_page.c456 &vmd->vmd_pagequeues[PQ_UNSWAPPABLE].pq_name) = in vm_page_domain_init()
4194 vm_page_enqueue(m, PQ_UNSWAPPABLE); in vm_page_unswappable()
5562 vm_dom[dom].vmd_pagequeues[PQ_UNSWAPPABLE].pq_cnt); in DB_SHOW_COMMAND()