Searched refs:vm_swapfile_total_segs_alloced (Results 1 – 2 of 2) sorted by relevance
73 unsigned int vm_swapfile_total_segs_alloced = 0; variable162 …r_ts) ((vm_num_swap_files < vm_num_swap_files_config) && ((vm_swapfile_total_segs_alloced - vm_s…173 …r_ts) ((vm_num_swap_files < vm_num_swap_files_config) && ((vm_swapfile_total_segs_alloced - vm_s…179 …OULD_RECLAIM() (((vm_swap_force_reclaim == TRUE) || ((vm_swapfile_total_segs_alloced - vm_s…180 …ULD_ABORT_RECLAIM() (((vm_swap_force_reclaim == FALSE) && ((vm_swapfile_total_segs_alloced - vm_s…1594 vm_swapfile_total_segs_alloced += swf->swp_nsegs; in vm_swap_create_file()1595 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()2334 vm_swapfile_total_segs_alloced -= swf->swp_nsegs; in vm_swap_reclaim()2371 total_space = (uint64_t)vm_swapfile_total_segs_alloced * compressed_swap_chunk_size; in vm_swap_get_total_space()[all …]
3350 extern unsigned int vm_swapfile_total_segs_alloced;3774 (vm_swapfile_total_segs_alloced == vm_swapfile_total_segs_used)) { in vm_compressor_compact_and_swap()