Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dthread-utils.c22 void (*thread_function)(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()
65 thread->thread_function = thread_function; in vdo_create_thread()
H A Dthread-utils.h16 int __must_check vdo_create_thread(void (*thread_function)(void *), void *thread_data,
/linux/drivers/net/wireless/rsi/
H A Drsi_main.h203 void (*thread_function)(void *); member