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

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c828 * MUST_ASK_PAGER() evaluates to TRUE if the page specified by object/offset is
830 * existence map exists for the object. MUST_ASK_PAGER() is one of the
833 * pagein operation. Note that MUST_ASK_PAGER() always evaluates to TRUE for
836 * of MUST_ASK_PAGER() and that clustered pagein scans are only done on an object
845 #define MUST_ASK_PAGER(o, f) (vm_external_state_get((o)->existence_map, (f)) \ macro
850 #define MUST_ASK_PAGER(o, f) (TRUE) macro
1330 look_for_page = (object->pager_created && (MUST_ASK_PAGER(object, offset) == TRUE) && !data_supply);
3479 if (MUST_ASK_PAGER(cur_object, cur_offset) == TRUE) {

Completed in 77 milliseconds