Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.c1982 vps_object_cache_evict(vm_object_t *object_to_unlock) in vps_object_cache_evict() argument
1992 if (*object_to_unlock != NULL) { in vps_object_cache_evict()
1993 vm_object_unlock(*object_to_unlock); in vps_object_cache_evict()
1994 *object_to_unlock = NULL; in vps_object_cache_evict()