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