Searched refs:vm_swapfile_total_segs_alloced_max (Results 1 – 1 of 1) sorted by relevance
74 unsigned int vm_swapfile_total_segs_alloced_max = 0; variable1595 if (vm_swapfile_total_segs_alloced > vm_swapfile_total_segs_alloced_max) { in vm_swap_create_file()1596 vm_swapfile_total_segs_alloced_max = vm_swapfile_total_segs_alloced; in vm_swap_create_file()2505 *alloced_max = (uint64_t) vm_swapfile_total_segs_alloced_max * compressed_swap_chunk_size; in vm_swap_reset_max_segs_tracking()2508 vm_swapfile_total_segs_alloced_max = vm_swapfile_total_segs_alloced; in vm_swap_reset_max_segs_tracking()