Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_pageout_xnu.h310 unsigned int vm_pageout_inactive_used; /* debugging */ member
H A Dvm_pageout.c2674 vm_pageout_state.vm_pageout_inactive_used++;
2919 vm_pageout_state.vm_pageout_inactive_used++;
3145 vm_pageout_state.vm_pageout_inactive_used, 0, 0);
3639 vm_pageout_state.vm_pageout_inactive_used++;
5233 vm_pageout_state.vm_pageout_inactive_used = 0;
/xnu-11417.140.69/bsd/vm/
H A Dvm_unix.c2474 …out_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_used, 0, "");