Searched refs:vm_object_terminate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_object.h278 void vm_object_terminate (vm_object_t);
H A Dvm_object.c537 * vm_object_terminate() on the object chain.
667 vm_object_terminate(object);
699 * vm_object_terminate actually destroys the specified object, freeing
706 vm_object_terminate(vm_object_t object) function
723 ("vm_object_terminate: pageout in progress"));
748 ("vm_object_terminate: object with references, ref_count=%d",
H A Dvnode_pager.c164 vm_object_terminate(obj);

Completed in 102 milliseconds