Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/dm-vdo/
Ddata-vio.h580 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in assert_data_vio_on_cpu_thread() local
583 VDO_ASSERT_LOG_ONLY((cpu_thread == thread_id), in assert_data_vio_on_cpu_thread()
586 cpu_thread); in assert_data_vio_on_cpu_thread()
592 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in set_data_vio_cpu_callback() local
594 vdo_set_completion_callback(&data_vio->vio.completion, callback, cpu_thread); in set_data_vio_cpu_callback()
Dvdo.h138 thread_id_t cpu_thread; member
Dvdo.c260 config->cpu_thread = config->thread_count++; in initialize_thread_config()
372 } else if (thread_id == thread_config->cpu_thread) { in get_thread_name()
619 result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type, in vdo_make()
Ddata-vio.c866 process_release_callback, vdo->thread_config.cpu_thread, in make_data_vio_pool()
1002 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.cpu_thread), in assert_on_vdo_cpu_thread()
Ddm-vdo-target.c1159 return vdo->thread_config.cpu_thread; in get_thread_id_for_phase()