Searched refs:next_obj (Results 1 – 1 of 1) sorted by relevance
1006 vm_object_t next_obj = VM_OBJECT_NULL; in vm_object_cache_evict() local1049 next_obj = (vm_object_t)queue_first(&vm_object_cached_list); in vm_object_cache_evict()1052 …while (!queue_end(&vm_object_cached_list, (queue_entry_t)next_obj) && object_cnt++ < max_objects_t… in vm_object_cache_evict()1053 object = next_obj; in vm_object_cache_evict()1054 next_obj = (vm_object_t)queue_next(&next_obj->cached_list); in vm_object_cache_evict()