Searched refs:MAX_SWAP_FILE_SIZE (Results 1 – 2 of 2) sorted by relevance
44 #define MAX_SWAP_FILE_SIZE (128 * 1024 * 1024ULL) macro50 #define MAX_SWAP_FILE_SIZE (1 * 1024 * 1024 * 1024ULL) macro
425 swapfile_reclaim_threshold_segs = ((17 * (MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size)) / 10); in vm_compressor_swap_init()426 swapfile_reclam_minimum_segs = ((13 * (MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size)) / 10); in vm_compressor_swap_init()817 while (VM_SWAP_SHOULD_PIN(MAX_SWAP_FILE_SIZE)) { in hibernate_pin_swap()1402 size = MAX_SWAP_FILE_SIZE; in vm_swap_create_file()1989 min_nsegs = MAX_SWAP_FILE_SIZE / compressed_swap_chunk_size; in vm_swap_reclaim()2247 return num_swap_files * MAX_SWAP_FILE_SIZE; in vm_swap_get_max_configured_space()