Home
last modified time | relevance | path

Searched refs:vdo_create_thread (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/drivers/md/dm-vdo/
Dthread-utils.h16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
Dthread-utils.c50 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/
Dfunnel-requestqueue.c222 result = vdo_create_thread(request_queue_worker, queue, queue_name, in uds_make_request_queue()
Dindex.c797 result = vdo_create_thread(close_chapters, writer, "writer", &writer->thread); in make_chapter_writer()
Dvolume.c1635 result = vdo_create_thread(read_thread_function, (void *) volume, in uds_make_volume()