Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_object.c1069 static clock_sec_t vm_object_cache_aging_ts = 0; variable
1174 if (sec < vm_object_cache_aging_ts) { in vm_object_cache_evict()
1199 vm_object_cache_aging_ts = object->vo_cache_ts; in vm_object_cache_evict()