Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 2 of 2) sorted by relevance

/drivers/md/dm-vdo/
A Dthread-utils.c22 void (*thread_function)(void *thread_data);
23 void *thread_data; member
44 thread->thread_function(thread->thread_data); in thread_starter()
50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() argument
66 thread->thread_data = thread_data; in vdo_create_thread()
A Dthread-utils.h16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,

Completed in 3 milliseconds