Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_compressor.c379 _Atomic uint64_t c_segment_input_bytes = 0; variable
4971 OSAddAtomic64(PAGE_SIZE, &c_segment_input_bytes); in c_compress_page()
4986 …KERNEL_DEBUG(0xe0400000 | DBG_FUNC_END, *current_chead, c_size, c_segment_input_bytes, c_segment_c… in c_compress_page()
/xnu-11215/bsd/kern/
H A Dkern_sysctl.c4451 extern _Atomic uint64_t c_segment_input_bytes;
4551 …TO, compressor_input_bytes, CTLFLAG_RD | CTLFLAG_LOCKED, ((uint64_t *)&c_segment_input_bytes), "");