vdo_make_thread
result = vdo_make_thread(vdo, vdo->thread_config.dedupe_thread, &uds_queue_type,
result = vdo_make_thread(vdo, vdo->thread_config.bio_threads[i],
result = vdo_make_thread(vdo, vdo->thread_config.admin_thread,
result = vdo_make_thread(vdo, vdo->thread_config.bio_ack_thread,
result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type,
int __must_check vdo_make_thread(struct vdo *vdo, thread_id_t thread_id,
return vdo_make_thread(vdo, thread_id, NULL, 1, NULL);