Home
last modified time | relevance | path

Searched refs:vm_pageout_inactive_used (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h694 unsigned int vm_pageout_inactive_used; /* debugging */ member
H A Dvm_pageout.c2651 vm_pageout_state.vm_pageout_inactive_used++; in vps_choose_victim_page()
2921 vm_pageout_state.vm_pageout_inactive_used++; in vps_deal_with_throttled_queues()
3147 vm_pageout_state.vm_pageout_inactive_used, 0, 0); in vm_pageout_scan()
3627 vm_pageout_state.vm_pageout_inactive_used++; in vm_pageout_scan()
5199 vm_pageout_state.vm_pageout_inactive_used = 0; in vm_pageout()
/xnu-10002.1.13/bsd/vm/
H A Dvm_unix.c3455 …out_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_used, 0, "");