Searched refs:kc_scratch_bufs (Results 1 – 2 of 2) sorted by relevance
440 char *kc_scratch_bufs; member
1215 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_init()1296 assert(vm_compressor_kdp_state.kc_scratch_bufs == NULL); in vm_compressor_kdp_init()1297 vm_compressor_kdp_state.kc_scratch_bufs = buf; in vm_compressor_kdp_init()1345 if (vm_compressor_kdp_state.kc_scratch_bufs == NULL) { in vm_compressor_kdp_teardown()1350 …kmem_free(kernel_map, (vm_offset_t) vm_compressor_kdp_state.kc_scratch_bufs, COMPRESSOR_KDP_BUFSIZ… in vm_compressor_kdp_teardown()1352 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_kdp_teardown()5551 assert(vm_compressor_kdp_state.kc_scratch_bufs != NULL); in c_decompress_page()5552 …scratch_buf = &vm_compressor_kdp_state.kc_scratch_bufs[my_cpu_no * vm_compressor_get_decode_scratc… in c_decompress_page()