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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c682 * PAGED_OUT() evaluates to TRUE if the page specified by the object/offset
683 * is marked as paged out in the existence map for the object. PAGED_OUT()
684 * PAGED_OUT() is used to determine if a page has already been pushed
690 #define PAGED_OUT(o, f) (vm_external_state_get((o)->existence_map, (f)) \ macro
694 #define PAGED_OUT(o, f) (FALSE) macro
1760 else if (!PAGED_OUT(copy_object, copy_offset)) {
1762 * If PAGED_OUT is TRUE, then the page used to exist
1764 * We don't need to repeat this. If PAGED_OUT is

Completed in 28 milliseconds