Home
last modified time | relevance | path

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

/netbsd/src/sys/uvm/
Duvm_pdpolicy_clockpro.c463 PDPOL_EVCNT_INCR(nreshandhot); in nonresident_rotate()
527 PDPOL_EVCNT_INCR(nreslookupobj); in nonresident_pagelookupremove()
529 PDPOL_EVCNT_INCR(nreslookupanon); in nonresident_pagelookupremove()
533 PDPOL_EVCNT_INCR(nresfoundobj); in nonresident_pagelookupremove()
535 PDPOL_EVCNT_INCR(nresfoundanon); in nonresident_pagelookupremove()
554 PDPOL_EVCNT_INCR(nresconflict); in nonresident_pagerecord()
560 PDPOL_EVCNT_INCR(nresrecordobj); in nonresident_pagerecord()
562 PDPOL_EVCNT_INCR(nresrecordanon); in nonresident_pagerecord()
566 PDPOL_EVCNT_INCR(nresoverwritten); in nonresident_pagerecord()
660 PDPOL_EVCNT_INCR(lockfail); in clockpro_movereferencebit()
[all …]
Duvm_pdpolicy_impl.h42 #define PDPOL_EVCNT_INCR(ev) pdpol_evcnt_##ev.ev_count++ macro
Duvm_pdpolicy_clock.c294 PDPOL_EVCNT_INCR(reactexec); in uvmpdpol_selectvictim()
301 PDPOL_EVCNT_INCR(reactfile); in uvmpdpol_selectvictim()
307 PDPOL_EVCNT_INCR(reactanon); in uvmpdpol_selectvictim()
/netbsd/src/regress/sys/uvm/pdsim/
Dpdsim.h44 #define PDPOL_EVCNT_INCR(ev) pdpol_evcnt_##ev++ macro