Lines Matching defs:thread
545 * This thread handles hot-add
550 struct task_struct *thread;
1250 * We execute this code in a thread context. Furthermore,
2017 dm_device.thread =
2019 if (IS_ERR(dm_device.thread)) {
2020 ret = PTR_ERR(dm_device.thread);
2030 dm_device.thread = NULL;
2055 kthread_stop(dm->thread);
2091 if (dm->thread) {
2092 kthread_stop(dm->thread);
2093 dm->thread = NULL;
2114 dm_device.thread =
2116 if (IS_ERR(dm_device.thread)) {
2117 ret = PTR_ERR(dm_device.thread);
2118 dm_device.thread = NULL;