Searched refs:kc_scratch_bufs (Results 1 – 2 of 2) sorted by relevance
420 char *kc_scratch_bufs; member
1193 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_init()1274 assert(vm_compressor_kdp_state.kc_scratch_bufs == NULL); in vm_compressor_kdp_init()1275 vm_compressor_kdp_state.kc_scratch_bufs = buf; in vm_compressor_kdp_init()1323 if (vm_compressor_kdp_state.kc_scratch_bufs == NULL) { in vm_compressor_kdp_teardown()1328 …kmem_free(kernel_map, (vm_offset_t) vm_compressor_kdp_state.kc_scratch_bufs, COMPRESSOR_KDP_BUFSIZ… in vm_compressor_kdp_teardown()1330 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_kdp_teardown()5333 assert(vm_compressor_kdp_state.kc_scratch_bufs != NULL); in c_decompress_page()5334 …scratch_buf = &vm_compressor_kdp_state.kc_scratch_bufs[my_cpu_no * vm_compressor_get_decode_scratc… in c_decompress_page()