Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.h1783 #define FREEZER_ERROR_NO_SWAP_SPACE (-5) macro
H A Dvm_map.c20708 *freezer_error_code = FREEZER_ERROR_NO_SWAP_SPACE; in vm_map_freeze()
20827 *freezer_error_code = FREEZER_ERROR_NO_SWAP_SPACE; in vm_map_freeze()
/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus_freeze.c2695 case FREEZER_ERROR_NO_SWAP_SPACE: in memorystatus_freeze_handle_error()