Searched refs:vm_swap_out_of_space (Results 1 – 5 of 5) sorted by relevance
403 extern int vm_swap_out_of_space(void);
639 extern int vm_swap_out_of_space(void);
2415 vm_swap_out_of_space(void) in vm_swap_out_of_space() function
3791 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()3819 if (VM_CONFIG_SWAP_IS_ACTIVE && !vm_swap_out_of_space() && c_swapout_count >= C_SWAPOUT_LIMIT) { in vm_compressor_compact_and_swap()
104 status->msh_swap_out_of_space = vm_swap_out_of_space(); in memorystatus_health_check()