Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram-compress.c81 static DecompressParam *decomp_param; variable
396 while (!decomp_param[i].done) { in wait_for_decompress_done()
417 if (!decomp_param[i].compbuf) { in compress_threads_load_cleanup()
422 decomp_param[i].quit = true; in compress_threads_load_cleanup()
427 if (!decomp_param[i].compbuf) { in compress_threads_load_cleanup()
436 decomp_param[i].compbuf = NULL; in compress_threads_load_cleanup()
439 g_free(decomp_param); in compress_threads_load_cleanup()
441 decomp_param = NULL; in compress_threads_load_cleanup()
473 decomp_param[i].done = true; in compress_threads_load_setup()
474 decomp_param[i].quit = false; in compress_threads_load_setup()
[all …]