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

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dmemory_object.c149 boolean_t should_flush,
169 boolean_t should_flush,
174 m, should_return, should_flush, prot, 0);
188 if (m->error && should_flush && !VM_PAGE_WIRED(m)) {
211 if (should_flush) {
243 * if (!should_flush)
252 if (should_flush)
289 * 3) flush the cached copy (if "should_flush"
415 * If the should_flush and should_return flags are true pages
436 boolean_t should_flush,
166 memory_object_lock_page( vm_page_t m, memory_object_return_t should_return, boolean_t should_flush, vm_prot_t prot) argument
432 vm_object_sync( vm_object_t object, vm_object_offset_t offset, vm_object_size_t size, boolean_t should_flush, boolean_t should_return, boolean_t should_iosync) argument
522 vm_object_update_extent( vm_object_t object, vm_object_offset_t offset, vm_object_offset_t offset_end, vm_object_offset_t *offset_resid, int *io_errno, boolean_t should_flush, memory_object_return_t should_return, boolean_t should_iosync, vm_prot_t prot) argument
689 boolean_t should_flush = (flags & MEMORY_OBJECT_DATA_FLUSH) ? TRUE : FALSE; local
[all...]
H A Dvm_object.h659 boolean_t should_flush,
H A Dvm_object.c6130 __unused boolean_t should_flush; local
6132 should_flush = flags & MEMORY_OBJECT_DATA_FLUSH;
6137 (((should_return&1)<<1)|should_flush), prot);

Completed in 151 milliseconds