Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h695 unsigned int vm_pageout_inactive_clean; /* debugging */ member
H A Dvm_pageout.c3031 vm_pageout_state.vm_pageout_inactive_clean, in vm_pageout_scan()
3150 vm_pageout_state.vm_pageout_inactive_clean, in vm_pageout_scan()
3778 vm_pageout_state.vm_pageout_inactive_clean++; in vm_pageout_scan()
5200 vm_pageout_state.vm_pageout_inactive_clean = 0; in vm_pageout()
/xnu-10002.1.13/bsd/vm/
H A Dvm_unix.c3454 …t_inactive_clean, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_clean, 0, "");