Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c85 #define SWAP_PINNED 0x10 /* Swap file is pinned (FusionDrive) */ macro
1454 swf->swp_flags |= SWAP_PINNED; in vm_swap_create_file()
2196 if (swf->swp_flags & SWAP_PINNED) { in vm_swap_reclaim()