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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c671 * MUST_ASK_PAGER() evaluates to TRUE if the page specified by object/offset is
673 * existence map exists for the object. MUST_ASK_PAGER() is one of the
676 * pagein operation. Note that MUST_ASK_PAGER() always evaluates to TRUE for
679 * of MUST_ASK_PAGER() and that clustered pagein scans are only done on an object
688 #define MUST_ASK_PAGER(o, f) (vm_external_state_get((o)->existence_map, (f)) \ macro
693 #define MUST_ASK_PAGER(o, f) (TRUE) macro
1154 look_for_page = (object->pager_created && (MUST_ASK_PAGER(object, offset) == TRUE) && !data_supply);
2828 if (MUST_ASK_PAGER(cur_object, cur_offset) == TRUE) {

Completed in 23 milliseconds