Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_pageout_xnu.h333 unsigned int vm_pageout_inactive_used; /* debugging */ member
H A Dvm_pageout.c2681 vm_pageout_state.vm_pageout_inactive_used++;
2926 vm_pageout_state.vm_pageout_inactive_used++;
3152 vm_pageout_state.vm_pageout_inactive_used, 0, 0);
3633 vm_pageout_state.vm_pageout_inactive_used++;
5241 vm_pageout_state.vm_pageout_inactive_used = 0;
/xnu-11215.1.10/bsd/vm/
H A Dvm_unix.c2279 …out_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_used, 0, "");