Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/vm/
H A Dvm_compressor.c373 int64_t c_segment_input_bytes __attribute__((aligned(8))) = 0; variable
4822 OSAddAtomic64(PAGE_SIZE, &c_segment_input_bytes); in c_compress_page()
4837 …KERNEL_DEBUG(0xe0400000 | DBG_FUNC_END, *current_chead, c_size, c_segment_input_bytes, c_segment_c… in c_compress_page()
/xnu-10002.61.3/bsd/kern/
H A Dkern_sysctl.c4357 extern int64_t c_segment_input_bytes;
4453 …AD(_vm, OID_AUTO, compressor_input_bytes, CTLFLAG_RD | CTLFLAG_LOCKED, &c_segment_input_bytes, "");