Searched refs:vm_swapfile_total_segs_alloced_max (Results 1 – 1 of 1) sorted by relevance
79 unsigned int vm_swapfile_total_segs_alloced_max = 0; variable1607 if (vm_swapfile_total_segs_alloced > vm_swapfile_total_segs_alloced_max) { in vm_swap_create_file()1608 vm_swapfile_total_segs_alloced_max = vm_swapfile_total_segs_alloced; in vm_swap_create_file()2515 *alloced_max = (uint64_t) vm_swapfile_total_segs_alloced_max * compressed_swap_chunk_size; in vm_swap_reset_max_segs_tracking()2518 vm_swapfile_total_segs_alloced_max = vm_swapfile_total_segs_alloced; in vm_swap_reset_max_segs_tracking()