Searched refs:vm_pageout_inactive_used (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c1487 extern unsigned int vm_pageout_inactive_dirty_internal, vm_pageout_inactive_dirty_external, vm_pageout_inactive_clean, vm_pageout_speculative_clean, vm_pageout_inactive_used;
1493 SYSCTL_UINT(_vm, OID_AUTO, pageout_inactive_used, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_inactive_used, 0, "");
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_pageout.c332 unsigned int vm_pageout_inactive_used = 0; /* debugging */ variable
1377 vm_pageout_inactive, vm_pageout_inactive_used, vm_page_free_count, local_freed);
1571 vm_pageout_inactive, vm_pageout_inactive_used, 0, 0);
2467 vm_pageout_inactive_used++;

Completed in 165 milliseconds