Home
last modified time | relevance | path

Searched refs:should_flush (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/kdp/output_stages/
H A Dout_buffer.c81 boolean_t should_flush = FALSE; in buffer_stage_outproc() local
87 should_flush = TRUE; in buffer_stage_outproc()
90 if (should_flush) { in buffer_stage_outproc()
/xnu-11215/osfmk/vm/
H A Dmemory_object.c147 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()
[all …]
H A Dvm_object_internal.h476 boolean_t should_flush,
H A Dvm_object.c5579 __unused boolean_t should_flush; local
5581 should_flush = flags & MEMORY_OBJECT_DATA_FLUSH;