Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
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()
A Dvdo.c416 int vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, in vdo_make_thread() function
571 result = vdo_make_thread(vdo, vdo->thread_config.admin_thread, in vdo_make()
610 result = vdo_make_thread(vdo, vdo->thread_config.bio_ack_thread, in vdo_make()
619 result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type, in vdo_make()
A Dio-submitter.c417 result = vdo_make_thread(vdo, vdo->thread_config.bio_threads[i], in vdo_make_io_submitter()
A Ddedupe.c2203 result = vdo_make_thread(vdo, vdo->thread_config.dedupe_thread, &uds_queue_type, in initialize_index()

Completed in 14 milliseconds