Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddata-vio.h550 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in assert_data_vio_in_packer_zone() local
553 VDO_ASSERT_LOG_ONLY((packer_thread == thread_id), in assert_data_vio_in_packer_zone()
556 packer_thread); in assert_data_vio_in_packer_zone()
562 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in set_data_vio_packer_callback() local
564 vdo_set_completion_callback(&data_vio->vio.completion, callback, packer_thread); in set_data_vio_packer_callback()
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 Dpacker.c153 packer->thread_id = vdo->thread_config.packer_thread; in vdo_make_packer()
H A Ddm-vdo-target.c1155 return vdo->thread_config.packer_thread; in get_thread_id_for_phase()