Lines Matching defs:thread
537 * This thread handles hot-add
542 struct task_struct *thread;
1220 * We execute this code in a thread context. Furthermore,
1715 dm_device.thread =
1717 if (IS_ERR(dm_device.thread)) {
1718 ret = PTR_ERR(dm_device.thread);
1726 dm_device.thread = NULL;
1748 kthread_stop(dm->thread);
1777 if (dm->thread) {
1778 kthread_stop(dm->thread);
1779 dm->thread = NULL;
1800 dm_device.thread =
1802 if (IS_ERR(dm_device.thread)) {
1803 ret = PTR_ERR(dm_device.thread);
1804 dm_device.thread = NULL;