Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/vm/
H A Dvm_pageout_xnu.h333 unsigned int vm_pageout_inactive_used; /* debugging */ member
H A Dvm_pageout.c2678 vm_pageout_state.vm_pageout_inactive_used++;
2923 vm_pageout_state.vm_pageout_inactive_used++;
3149 vm_pageout_state.vm_pageout_inactive_used, 0, 0);
3630 vm_pageout_state.vm_pageout_inactive_used++;
5215 vm_pageout_state.vm_pageout_inactive_used = 0;
/xnu-11215.61.5/bsd/vm/
H A Dvm_unix.c2453 …out_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_used, 0, "");