Lines Matching defs:bigobj
221 vm_object_t obj, bigobj;227 bigobj = NULL;239 (bigobj == NULL ||240 bigobj->resident_page_count <242 if (bigobj != NULL)243 VM_OBJECT_RUNLOCK(bigobj);244 bigobj = obj;253 if (bigobj != NULL) {254 vm_swapout_object_deactivate(map->pmap, bigobj, desired);255 VM_OBJECT_RUNLOCK(bigobj);