Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_compressor.c385 _Atomic uint64_t c_segment_input_bytes = 0; variable
5229 os_atomic_add(&c_segment_input_bytes, PAGE_SIZE, relaxed); in c_compress_page()
5248 …KERNEL_DEBUG(0xe0400000 | DBG_FUNC_END, *current_chead, c_size, c_segment_input_bytes, c_segment_c… in c_compress_page()
/xnu-12377.61.12/bsd/kern/
H A Dkern_sysctl.c4552 extern _Atomic uint64_t c_segment_input_bytes;
4652 …TO, compressor_input_bytes, CTLFLAG_RD | CTLFLAG_LOCKED, ((uint64_t *)&c_segment_input_bytes), "");