Home
last modified time | relevance | path

Searched refs:scratch_buf (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_compressor_pager_internal.h43 char *scratch_buf,
67 extern int vm_compressor_put(ppnum_t pn, int *slot, void **current_chead, char *scratch_buf, vm_com…
H A Dvm_compressor.c4767 char *scratch_buf, in c_compress_page() argument
4819 scratch_buf, &incomp_copy, &inline_popcount); in c_compress_page()
4841 (WK_word *)(uintptr_t)scratch_buf, max_csize_adj); in c_compress_page()
4844 (WK_word *)(uintptr_t)scratch_buf, max_csize_adj); in c_compress_page()
4851 (WK_word *)(uintptr_t)scratch_buf, max_csize_adj); in c_compress_page()
5258 char *scratch_buf; in c_decompress_page() local
5275 scratch_buf = vm_compressor_kdp_state.kc_panic_scratch_buf; in c_decompress_page()
5284 (uint8_t *)dst, c_size, c_codec, (void *)scratch_buf, &inline_popcount)) { in c_decompress_page()
5298 (WK_word *)(uintptr_t)dst, (WK_word *)(uintptr_t)scratch_buf, c_size); in c_decompress_page()
5301 (WK_word *)(uintptr_t)dst, (WK_word *)(uintptr_t)scratch_buf, c_size); in c_decompress_page()
[all …]
H A Dvm_pageout_xnu.h491 char *scratch_buf; member
H A Dvm_compressor_pager.c753 char *scratch_buf, in vm_compressor_pager_put() argument
807 if (vm_compressor_put(ppnum, slot_p, current_chead, scratch_buf, flags)) { in vm_compressor_pager_put()
H A Dvm_pageout.c4267 if (vm_pageout_compress_page(chead, cq->scratch_buf, m) == KERN_SUCCESS) {
4398 vm_pageout_compress_page(void **current_chead, char *scratch_buf, vm_page_t m) argument
4482 scratch_buf,
5294 ethr->scratch_buf = NULL;
5455 iq->scratch_buf = (char *)(buf + i * bufsize);
/xnu-11215/bsd/vfs/
H A Dvfs_io_compression_stats.c276 lz4_encode_scratch_t *scratch_buf = *PERCPU_GET(per_cpu_scratch_buf); in iocs_compress_block() local
280 block_ptr, block_size, (lz4_hash_entry_t *) scratch_buf); in iocs_compress_block()