Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm_pageout_xnu.h390 unsigned long vm_pageout_protected_sharedcache; member
H A Dvm_pageout.c1826 tmp = vm_pageout_vminfo.vm_pageout_protected_sharedcache;
1827 …eout_stat_now].protected_sharedcache = (unsigned int)(tmp - last.vm_pageout_protected_sharedcache);
1828 last.vm_pageout_protected_sharedcache = tmp;
3588 vm_pageout_vminfo.vm_pageout_protected_sharedcache++;
/xnu-11215.81.4/bsd/vm/
H A Dvm_unix.c2462 …sharedcache, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_pageout_vminfo.vm_pageout_protected_sharedcache, "");