Searched refs:vdo_make_thread (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.h | 292 int __must_check vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, 299 return vdo_make_thread(vdo, thread_id, NULL, 1, NULL); in vdo_make_default_thread()
|
| H A D | vdo.c | 410 int vdo_make_thread(struct vdo *vdo, thread_id_t thread_id, in vdo_make_thread() function 564 result = vdo_make_thread(vdo, vdo->thread_config.admin_thread, in vdo_make() 603 result = vdo_make_thread(vdo, vdo->thread_config.bio_ack_thread, in vdo_make() 612 result = vdo_make_thread(vdo, vdo->thread_config.cpu_thread, &cpu_q_type, in vdo_make()
|
| H A D | io-submitter.c | 421 result = vdo_make_thread(vdo, vdo->thread_config.bio_threads[i], in vdo_make_io_submitter()
|
| H A D | dedupe.c | 2206 result = vdo_make_thread(vdo, vdo->thread_config.dedupe_thread, &uds_queue_type, in initialize_index()
|