Searched refs:terminating (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c598 vm_object_template.terminating = FALSE;
879 /* if the object is terminating, it cannot go into */
883 if ((object->ref_count > 1) || object->terminating) {
1586 if (object->terminating) {
1611 object->terminating = TRUE;
1658 * VM object is "terminating" and not "alive".
1695 * as "terminating" and "!alive" by vm_object_terminate().
1770 /* kick off anyone waiting on terminating */
1771 object->terminating = FALSE;
2070 assert(object->terminating);
[all...]
H A Ddefault_freezer.c325 assert(!compact_object->terminating);
593 assert(!compact_object->terminating);
H A Dbsd_vm.c1290 object->terminating ||
1365 if (object && !object->internal && object->pager_ready && !object->terminating &&
H A Dvm_object.h242 /* boolean_t */ terminating:1, member in struct:vm_object
H A Dvm_fault.c4998 if (!object->alive || object->terminating || object->pager == NULL) {
5000 * The object is terminating and we don't have its pager
H A Dvm_map.c10075 !object->terminating &&
12115 !object->terminating &&

Completed in 298 milliseconds