Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/vm/
H A Dvm_compressor_backing_store.c79 unsigned int vm_swapfile_total_segs_alloced_max = 0; variable
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()
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()