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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/servers/
H A Dls_defs.h196 u_int alive; member in struct:__anon638
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c489 vm_object_template.alive = TRUE;
676 * kept alive solely by the reference we're about to release.
862 if ((object->can_persist) && (object->alive)) {
1216 if ((p->dirty || p->precious) && !p->error && object->alive) {
1286 object->alive = FALSE;
1322 * VM object is "terminating" and not "alive".
1357 * as "terminating" and "!alive" by vm_object_terminate().
1530 assert(!object->alive);
1664 object->alive = FALSE;
3609 backing_object->alive
[all...]
H A Dvm_debug.c237 cobject->alive;
438 cobject->alive;
H A Dvm_object.h191 /* boolean_t */ alive:1, /* Not yet terminated */ member in struct:vm_object
H A Dvm_fault.c790 if (!object->alive) {
3534 * so the alive flag will be false if this happens. A forced unmount will
3539 if (result == VM_FAULT_MEMORY_ERROR && !object->alive)
4246 if (!object->alive || object->terminating || object->pager == NULL) {
H A Dbsd_vm.c1195 ! object->alive) {
H A Dvm_map.c9216 object->alive &&
10902 object->alive &&
H A Dvm_pageout.c1690 if ( !m->encrypted_cleaning && (m->busy || !object->alive)) {
5323 * must make sure the VM object is kept alive
5734 * alive even if we have to unlock it (in vm_paging_map_object()
5859 * alive even if we have to unlock it (in vm_paging_map_object()
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhibernate.c95 if (m->busy || !object->alive)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp3102 bool alive = true; local
3154 alive = (gOutstandingJobs > gNumWaitingThreads);
3155 if( alive)
3167 } while( alive );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s542 ; There is nothing more that we can do at this point. Hopefully we stay alive
682 ; There is nothing more that we can do at this point. Hopefully we stay alive

Completed in 144 milliseconds