Home
last modified time | relevance | path

Searched refs:vdo_make_thread (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dvdo.h290 int __must_check vdo_make_thread(struct vdo *vdo, thread_id_t thread_id,
297 return vdo_make_thread(vdo, thread_id, NULL, 1, NULL); in vdo_make_default_thread()
H A Dvdo.c408 int vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, in vdo_make_thread() function
562 result = vdo_make_thread(vdo, vdo->thread_config.admin_thread, in vdo_make()
601 result = vdo_make_thread(vdo, vdo->thread_config.bio_ack_thread, in vdo_make()
610 result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type, in vdo_make()
H A Dio-submitter.c419 result = vdo_make_thread(vdo, vdo->thread_config.bio_threads[i], in vdo_make_io_submitter()
H A Ddedupe.c2204 result = vdo_make_thread(vdo, vdo->thread_config.dedupe_thread, &uds_queue_type, in initialize_index()