Searched refs:alive (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_pager.h66 (object)->alive) \
77 (object)->alive) { \
H A Ddefault_freezer.c326 assert(compact_object->alive);
597 assert(compact_object->alive);
H A Dvm_debug.c242 cobject->alive;
456 cobject->alive;
H A Dvm_object.c594 vm_object_template.alive = TRUE;
809 * kept alive solely by the reference we're about to release.
959 if ((object->can_persist) && (object->alive)) {
1625 object->alive = FALSE;
1671 * VM object is "terminating" and not "alive".
1708 * as "terminating" and "!alive" by vm_object_terminate().
2006 if ((p->dirty || p->precious) && !p->error && object->alive) {
2092 assert(!object->alive);
2230 object->alive = FALSE;
2441 object->alive
[all...]
H A Dbsd_vm.c1298 ! object->alive) {
1373 object->alive) {
H A Dvm_object.h226 /* boolean_t */ alive:1, /* Not yet terminated */ member in struct:vm_object
H A Dvm_fault.c960 if (!object->alive) {
4772 * so the alive flag will be false if this happens. A forced unmount will
4777 if (result == VM_FAULT_MEMORY_ERROR && !object->alive)
5565 if (!object->alive || object->terminating || object->pager == NULL) {
H A Dvm_resident.c4945 if ( !m_object->alive || m->encrypted_cleaning || m->cleaning || m->laundry || m->busy || m->absent || m->error) {
5327 if (m->busy || !object->alive) {
H A Dvm_pageout.c2229 * If it's absent, in error or the object is no longer alive,
2230 * we can reclaim the page... in the no longer alive case,
2235 if (m->absent || m->error || !object->alive) {
2239 else if (!object->alive)
7493 * must make sure the VM object is kept alive
7918 * alive even if we have to unlock it (in vm_paging_map_object()
8050 * alive even if we have to unlock it (in vm_paging_map_object()
8738 * alive even if we have to unlock it (in vm_paging_map_object()
H A Dvm_map.c539 /* make sure protected object stays alive while map is unlocked */
7134 * the entire large object alive because of
10740 object->alive &&
12898 object->alive &&
/xnu-2422.115.4/libsyscall/mach/servers/
H A Dls_defs.h196 u_int alive; member in struct:__anon834
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp3404 bool alive = true; local
3456 alive = (gOutstandingJobs > gNumWaitingThreads);
3457 if( alive)
3469 } while( alive );

Completed in 141 milliseconds