Searched refs:kc_scratch_bufs (Results 1 – 2 of 2) sorted by relevance
420 char *kc_scratch_bufs; member
1189 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_init()1270 assert(vm_compressor_kdp_state.kc_scratch_bufs == NULL); in vm_compressor_kdp_init()1271 vm_compressor_kdp_state.kc_scratch_bufs = buf; in vm_compressor_kdp_init()1319 if (vm_compressor_kdp_state.kc_scratch_bufs == NULL) { in vm_compressor_kdp_teardown()1324 …kmem_free(kernel_map, (vm_offset_t) vm_compressor_kdp_state.kc_scratch_bufs, COMPRESSOR_KDP_BUFSIZ… in vm_compressor_kdp_teardown()1326 vm_compressor_kdp_state.kc_scratch_bufs = NULL; in vm_compressor_kdp_teardown()5284 assert(vm_compressor_kdp_state.kc_scratch_bufs != NULL); in c_decompress_page()5285 …scratch_buf = &vm_compressor_kdp_state.kc_scratch_bufs[my_cpu_no * vm_compressor_get_decode_scratc… in c_decompress_page()