Home
last modified time | relevance | path

Searched refs:SWAP_WRITE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_protos.h633 #define SWAP_WRITE 0x00000000 /* Write buffer (pseudo flag). */ macro
H A Dvm_compressor_backing_store.c1692 …error = vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, up… in vm_swap_put()