Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dfunnel-workqueue.c383 unsigned int thread_count, void *thread_privates[], in vdo_make_work_queue() argument
393 void *context = ((thread_privates != NULL) ? thread_privates[0] : NULL); in vdo_make_work_queue()
428 void *context = ((thread_privates != NULL) ? thread_privates[i] : NULL); in vdo_make_work_queue()
H A Dfunnel-workqueue.h30 unsigned int thread_count, void *thread_privates[],