Searched refs:vdo_create_thread (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/md/dm-vdo/ |
D | thread-utils.h | 16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
|
D | thread-utils.c | 50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() function
|
/linux-6.14.4/drivers/md/dm-vdo/indexer/ |
D | funnel-requestqueue.c | 222 result = vdo_create_thread(request_queue_worker, queue, queue_name, in uds_make_request_queue()
|
D | index.c | 797 result = vdo_create_thread(close_chapters, writer, "writer", &writer->thread); in make_chapter_writer()
|
D | volume.c | 1635 result = vdo_create_thread(read_thread_function, (void *) volume, in uds_make_volume()
|