Home
last modified time | relevance | path

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

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