Home
last modified time | relevance | path

Searched refs:packer_thread (Results 1 – 5 of 5) 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.c245 config->packer_thread = config->thread_count++; in initialize_thread_config()
341 if (thread_config->packer_thread == thread_id) { in get_thread_name()
357 } else if (thread_id == thread_config->packer_thread) { in get_thread_name()
1394 vdo->thread_config.packer_thread, in vdo_set_compressing()
H A Dpacker.c153 packer->thread_id = vdo->thread_config.packer_thread; in vdo_make_packer()
H A Ddm-vdo-target.c1156 return vdo->thread_config.packer_thread; in get_thread_id_for_phase()