Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_pageout.h692 unsigned int vm_pageout_inactive_clean; /* debugging */ member
H A Dvm_pageout.c3009 vm_pageout_state.vm_pageout_inactive_clean, in vm_pageout_scan()
3128 vm_pageout_state.vm_pageout_inactive_clean, in vm_pageout_scan()
3756 vm_pageout_state.vm_pageout_inactive_clean++; in vm_pageout_scan()
5159 vm_pageout_state.vm_pageout_inactive_clean = 0; in vm_pageout()
/xnu-8796.101.5/bsd/vm/
H A Dvm_unix.c3438 …t_inactive_clean, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_state.vm_pageout_inactive_clean, 0, "");