Searched refs:VM_MAX_SWAP_FILE_NUM (Results 1 – 2 of 2) sorted by relevance
141 #define VM_MAX_SWAP_FILE_NUM 5 macro153 #define VM_MAX_SWAP_FILE_NUM 100 macro427 vm_num_swap_files_config = VM_MAX_SWAP_FILE_NUM; in vm_compressor_swap_init()2247 int num_swap_files = (vm_num_swap_files_config ? vm_num_swap_files_config : VM_MAX_SWAP_FILE_NUM); in vm_swap_get_max_configured_space()
3608 #define VM_MAX_SWAP_FILE_NUM 100 macro3636 if (val > VM_MAX_SWAP_FILE_NUM) {3638 val = VM_MAX_SWAP_FILE_NUM;