Searched refs:thread_name_prefix (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | funnel-workqueue.c | 310 static int make_simple_work_queue(const char *thread_name_prefix, const char *name, in make_simple_work_queue() argument 349 thread = kthread_run(work_queue_runner, queue, "%s:%s", thread_name_prefix, in make_simple_work_queue() 387 int vdo_make_work_queue(const char *thread_name_prefix, const char *name, in vdo_make_work_queue() argument 401 result = make_simple_work_queue(thread_name_prefix, name, owner, context, in vdo_make_work_queue() 437 result = make_simple_work_queue(thread_name_prefix, thread_name, owner, in vdo_make_work_queue()
|
| H A D | funnel-workqueue.h | 28 int vdo_make_work_queue(const char *thread_name_prefix, const char *name,
|
| H A D | vdo.h | 167 char thread_name_prefix[MAX_VDO_WORK_QUEUE_NAME_LEN]; member
|
| H A D | vdo.c | 429 return vdo_make_work_queue(vdo->thread_name_prefix, queue_name, thread, in vdo_make_thread() 555 snprintf(vdo->thread_name_prefix, sizeof(vdo->thread_name_prefix), in vdo_make()
|