Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_object_xnu.h133 #define vo_cache_ts vo_un2.vou_cache_ts macro
H A Dvm_object.c997 object->vo_cache_ts = sec + EVICT_AGE; in vm_object_cache_add()
1068 if (sec < object->vo_cache_ts) { // reached the point in the queue beyond the time we started in vm_object_cache_evict()
1069 KDBG_DEBUG(0x130020c, object, object->resident_page_count, object->vo_cache_ts, sec); in vm_object_cache_evict()
1071 vm_object_cache_aging_ts = object->vo_cache_ts; in vm_object_cache_evict()