Searched refs:vdo_make_thread (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | vdo.h | 290 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 D | vdo.c | 408 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 D | io-submitter.c | 419 result = vdo_make_thread(vdo, vdo->thread_config.bio_threads[i], in vdo_make_io_submitter()
|
H A D | dedupe.c | 2204 result = vdo_make_thread(vdo, vdo->thread_config.dedupe_thread, &uds_queue_type, in initialize_index()
|