Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/vm/
H A Dvm_compressor.c341 int64_t c_segment_input_bytes __attribute__((aligned(8))) = 0; variable
4194 OSAddAtomic64(PAGE_SIZE, &c_segment_input_bytes); in c_compress_page()
4202 …KERNEL_DEBUG(0xe0400000 | DBG_FUNC_END, *current_chead, c_size, c_segment_input_bytes, c_segment_c… in c_compress_page()
/xnu-8020.121.3/bsd/kern/
H A Dkern_sysctl.c3999 extern int64_t c_segment_input_bytes;
4095 …AD(_vm, OID_AUTO, compressor_input_bytes, CTLFLAG_RD | CTLFLAG_LOCKED, &c_segment_input_bytes, "");