Home
last modified time | relevance | path

Searched refs:lz4_profitable_bytes (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_compressor_algorithms_xnu.h88 uint32_t lz4_profitable_bytes; member
H A Dvm_compressor_algorithms.c79 .lz4_profitable_bytes = 0,
198 } else if (lz4delta <= vmctune.lz4_profitable_bytes) { in compressor_selector_update()
/xnu-11215/bsd/kern/
H A Dkern_sysctl.c4748 SYSCTL_INT(_vm, OID_AUTO, lz4_profitable_bytes, CTLFLAG_RW | CTLFLAG_LOCKED, &vmctune.lz4_profitabl…