Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_pageout.h691 unsigned int vm_pageout_inactive_used; /* debugging */ member
H A Dvm_pageout.c2629 vm_pageout_state.vm_pageout_inactive_used++; in vps_choose_victim_page()
2899 vm_pageout_state.vm_pageout_inactive_used++; in vps_deal_with_throttled_queues()
3125 vm_pageout_state.vm_pageout_inactive_used, 0, 0); in vm_pageout_scan()
3605 vm_pageout_state.vm_pageout_inactive_used++; in vm_pageout_scan()
5158 vm_pageout_state.vm_pageout_inactive_used = 0; in vm_pageout()
/xnu-8796.101.5/bsd/vm/
H A Dvm_unix.c3439 …out_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_used, 0, "");