Searched refs:cpu_thread (Results 1 – 5 of 5) sorted by relevance
585 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in assert_data_vio_on_cpu_thread() local588 VDO_ASSERT_LOG_ONLY((cpu_thread == thread_id), in assert_data_vio_on_cpu_thread()591 cpu_thread); in assert_data_vio_on_cpu_thread()597 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in set_data_vio_cpu_callback() local599 vdo_set_completion_callback(&data_vio->vio.completion, callback, cpu_thread); in set_data_vio_cpu_callback()
138 thread_id_t cpu_thread; member
260 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()
865 process_release_callback, vdo->thread_config.cpu_thread, in make_data_vio_pool()1001 VDO_ASSERT_LOG_ONLY((vdo_get_callback_thread_id() == vdo->thread_config.cpu_thread), in assert_on_vdo_cpu_thread()
1159 return vdo->thread_config.cpu_thread; in get_thread_id_for_phase()
Completed in 21 milliseconds