Home
last modified time | relevance | path

Searched refs:PQ_INACTIVE (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_pageout.c386 if (p->queue - p->pc != PQ_INACTIVE) { in vm_pageout_clean_helper()
429 if (p->queue - p->pc != PQ_INACTIVE) { in vm_pageout_clean_helper()
670 if (p->queue - p->pc == PQ_INACTIVE) { in vm_pageout_mdp_callback()
855 marker.queue = PQ_INACTIVE + q; in vm_pageout_scan_inactive()
885 KKASSERT(m->queue == PQ_INACTIVE + q); in vm_pageout_scan_inactive()
910 KKASSERT(m->queue == PQ_INACTIVE + q); in vm_pageout_scan_inactive()
1056 if (m->queue - m->pc == PQ_INACTIVE) { in vm_pageout_page()
1163 if (m->queue - m->pc == PQ_INACTIVE) { in vm_pageout_page()
1206 if (m->queue - m->pc == PQ_INACTIVE) { in vm_pageout_page()
1278 if (m->queue - m->pc != PQ_INACTIVE || in vm_pageout_page()
[all …]
H A Dvm_swapcache.c202 page_marker[q].queue = PQ_INACTIVE + q; in vm_swapcached_thread()
205 vm_page_queues_spin_lock(PQ_INACTIVE + q); in vm_swapcached_thread()
207 &vm_page_queues[PQ_INACTIVE + q].pl, in vm_swapcached_thread()
209 vm_page_queues_spin_unlock(PQ_INACTIVE + q); in vm_swapcached_thread()
326 vm_page_queues_spin_lock(PQ_INACTIVE + q); in vm_swapcached_thread()
328 &vm_page_queues[PQ_INACTIVE + q].pl, in vm_swapcached_thread()
330 vm_page_queues_spin_unlock(PQ_INACTIVE + q); in vm_swapcached_thread()
370 for (q = PQ_INACTIVE; q < PQ_INACTIVE + PQ_L2_SIZE; ++q) { in vm_swapcache_writing_heuristic()
H A Dvm_page.c182 vm_page_queues[PQ_INACTIVE+i].cnt_offset = in vm_page_queue_init()
3337 if (m->queue - m->pc == PQ_INACTIVE || in _vm_page_deactivate_locked()
3349 _vm_page_add_queue_spinlocked(m, PQ_INACTIVE + m->pc, athead); in _vm_page_deactivate_locked()
3352 &vm_page_queues[PQ_INACTIVE + m->pc].adds, 1); in _vm_page_deactivate_locked()
3371 if (m->queue - m->pc != PQ_INACTIVE && in vm_page_deactivate()
3584 m->queue - m->pc == PQ_INACTIVE || in vm_page_dontneed()
4237 db_printf(" %ld", vm_page_queues[PQ_INACTIVE + i].lcnt); in DB_SHOW_COMMAND()
H A Dvm_page.h244 #define PQ_INACTIVE (1 + 1*PQ_L2_SIZE) macro
H A Dvm_contig.c335 vm_contig_pg_clean(PQ_INACTIVE + q, in vm_contig_pg_alloc()
H A Dvm_swap.c497 marker.queue = PQ_INACTIVE + q; in swapoff_one()
/dragonfly/test/debug/
H A Dvmpagequeues.c98 q = PQ_INACTIVE; in main()
H A Dvmpagehash.c183 } else if (m.queue >= PQ_INACTIVE) { in main()
H A Dvmpageinfo.c204 } else if (m.queue >= PQ_INACTIVE) { in main()
H A Dvmpqinactive.c214 } else if (m.queue >= PQ_INACTIVE) { in main()