Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_object.c935 static clock_sec_t vm_object_cache_aging_ts = 0; variable
1036 if (sec < vm_object_cache_aging_ts) { in vm_object_cache_evict()
1061 vm_object_cache_aging_ts = object->vo_cache_ts; in vm_object_cache_evict()