Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_pageout.h751 unsigned long vm_pageout_protected_sharedcache; member
H A Dvm_pageout.c1766 tmp = vm_pageout_vminfo.vm_pageout_protected_sharedcache; in update_vm_info()
1767 …eout_stat_now].protected_sharedcache = (unsigned int)(tmp - last.vm_pageout_protected_sharedcache); in update_vm_info()
1768 last.vm_pageout_protected_sharedcache = tmp; in update_vm_info()
3563 vm_pageout_vminfo.vm_pageout_protected_sharedcache++; in vm_pageout_scan()
/xnu-8796.141.3/bsd/vm/
H A Dvm_unix.c3463 …sharedcache, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_protected_sharedcache, "");