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

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h393 absent:1, /* No valid data in this page */ member in struct:upl_page_info
571 * is absent, starting with the start address presented
608 (((upl)[(index)].phys_addr != 0) ? (!((upl)[(index)].absent)) : FALSE)
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c542 m->absent = FALSE;
681 assert(!m->absent);
691 if (m->absent || m->error || m->restart || (!m->dirty && !m->precious)) {
1104 * absent or fictitious, but vm_page_deactivate
1702 * If it's absent or in error, we can reclaim the page.
1705 if (m->absent || m->error) {
1759 * (Fictitious pages are either busy or absent.)
2781 dst_page->absent ||
2873 if ((dst_page->cleaning || dst_page->absent || dst_page->wire_count != 0) && !dst_page->list_req_pending) {
2974 alias_page->absent
[all...]
H A Dvm_fault.c433 if (!m->busy && !m->no_cache && !m->throttled && !m->fictitious && !m->absent) {
523 * time; this page was absent, so
632 boolean_t no_zero_fill, /* don't zero fill absent pages */
817 * pages that are absent (regardless of
904 if (m->absent) {
906 * The page isn't busy, but is absent,
923 * the absent page.
947 * free the absent page we just found
971 * we're going to use the absent page we just found
974 m->absent
[all...]
H A Dvm_page.h201 absent:1, /* Data has been requested, but is member in struct:vm_page
216 unusual:1, /* Page is absent, error, restart or
H A Dvm_object.c1173 if(p->cleaning || p->absent) {
1193 if (p->absent || p->private) {
1198 * its owner to clean up. For absent
1417 * It is possible for us to find busy/absent pages,
3450 assert(!p->busy || p->absent);
3485 } else if (pp->absent) {
3488 * Parent has an absent page...
3493 * Throw out the absent page...
3503 assert(! pp->absent);
4729 if(!m->absent) {
[all...]
H A Dvm_resident.c418 m->absent = FALSE;
2093 mem->absent = FALSE;
2474 if (rapid_age == FALSE && !m->fictitious && !m->absent)
3077 m->error || m->absent || m->pageout_queue || m->laundry || m->wanted || m->precious ||
3269 m1->error || m1->absent || m1->pageout_queue || m1->laundry || m1->wanted || m1->precious ||
3588 (p->absent ? "" : "!"),
H A Dmemory_object.c192 if (m->absent || m->error || m->restart) {
H A Dvm_map.c1433 (m->unusual && ( m->error || m->restart || m->absent))) {
2697 assert(!m->absent);
6743 m->absent)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dhibernate.c101 if (m->absent || m->unusual || m->error)
143 if (m->absent || m->unusual || m->error)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s438 bl EXT(hw_clear_maps) ; Mark all maps as absent from hash table
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1777 page_list[page].absent = 0;

Completed in 192 milliseconds