Searched refs:vm_zf_count (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.h96 extern unsigned int vm_zf_count;
H A Dvm_pageout.c305 unsigned int vm_zf_count = 0; variable
962 uint32_t normal = total - vm_zf_count;
966 if (vm_zf_count < vm_accellerate_zf_pageout_trigger)
968 else if ((vm_zf_count <= normal) || (normal == 0))
971 zf_ratio = vm_zf_count / normal;
H A Dvm_resident.c2112 OSAddAtomic(-1, (SInt32 *)&vm_zf_count);
2314 OSAddAtomic(-1, (SInt32 *)&vm_zf_count);
H A Dvm_fault.c565 OSAddAtomic(1, (SInt32 *)&vm_zf_count);

Completed in 84 milliseconds