Searched refs:c_segment_input_bytes (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_compressor.c | 381 _Atomic uint64_t c_segment_input_bytes = 0; variable 4977 os_atomic_add(&c_segment_input_bytes, PAGE_SIZE, relaxed); in c_compress_page() 4996 …KERNEL_DEBUG(0xe0400000 | DBG_FUNC_END, *current_chead, c_size, c_segment_input_bytes, c_segment_c… in c_compress_page()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_sysctl.c | 4478 extern _Atomic uint64_t c_segment_input_bytes; 4578 …TO, compressor_input_bytes, CTLFLAG_RD | CTLFLAG_LOCKED, ((uint64_t *)&c_segment_input_bytes), "");
|