Home
last modified time | relevance | path

Searched refs:vm_swapfile_total_segs_alloced (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.41.3/osfmk/vm/
H A Dvm_compressor_backing_store.c78 unsigned int vm_swapfile_total_segs_alloced = 0; variable
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…
772 …((vm_swapfile_total_segs_alloced - vm_swapfile_total_segs_used) < (unsigned int)vm_swapfile_hiwate… in vm_swapfile_should_create()
1606 vm_swapfile_total_segs_alloced += swf->swp_nsegs; in vm_swap_create_file()
1607 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()
2344 vm_swapfile_total_segs_alloced -= swf->swp_nsegs; in vm_swap_reclaim()
2381 total_space = (uint64_t)vm_swapfile_total_segs_alloced * compressed_swap_chunk_size; in vm_swap_get_total_space()
2416 …if (((vm_swapfile_total_segs_alloced - vm_swapfile_total_segs_used) < ((unsigned int)vm_swapfile_h… in vm_swap_low_on_space()
[all …]
H A Dvm_compressor.c3459 extern unsigned int vm_swapfile_total_segs_alloced;
3882 (vm_swapfile_total_segs_alloced == vm_swapfile_total_segs_used)) { in vm_compressor_compact_and_swap()