Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dflush.c143 vdo->flusher->thread_id = vdo->thread_config.packer_thread; in vdo_make_flusher()
380 completion->vdo->thread_config.packer_thread, NULL); in launch_flush()
H A Dvdo.h135 thread_id_t packer_thread; member
H A Dvdo.c243 config->packer_thread = config->thread_count++; in initialize_thread_config()
339 if (thread_config->packer_thread == thread_id) { in get_thread_name()
355 } else if (thread_id == thread_config->packer_thread) { in get_thread_name()
1391 vdo->thread_config.packer_thread, in vdo_set_compressing()
H A Ddm-vdo-target.c1155 return vdo->thread_config.packer_thread; in get_thread_id_for_phase()