Lines Matching refs:should_flush
147 boolean_t should_flush,
167 boolean_t should_flush, in memory_object_lock_page() argument
187 if (VMP_ERROR_GET(m) && should_flush && !VM_PAGE_WIRED(m)) { in memory_object_lock_page()
211 if (should_flush) { in memory_object_lock_page()
253 if (should_flush) { in memory_object_lock_page()
413 boolean_t should_flush, in vm_object_sync() argument
428 if (should_flush) { in vm_object_sync()
500 boolean_t should_flush, in vm_object_update_extent() argument
553 page_lock_result = memory_object_lock_page(m, should_return, should_flush, prot); in vm_object_update_extent()
604 if (should_flush) { in vm_object_update_extent()
682 boolean_t should_flush = (flags & MEMORY_OBJECT_DATA_FLUSH) ? TRUE : FALSE; in vm_object_update() local
1025 should_flush, should_return, should_iosync, protection)) { in vm_object_update()