Lines Matching defs:thread
242 struct task_struct *thread;
350 * Start a new message and (re)start the timer and thread.
357 if (smi_info->thread)
358 wake_up_process(smi_info->thread);
873 if (smi_info->thread)
874 wake_up_process(smi_info->thread);
990 * and the thread here sees something else, the timer
1162 * The BT interface is efficient enough to not need a thread,
1163 * and there is no need for a thread if we have interrupts.
1169 new_smi->thread = kthread_run(ipmi_thread, new_smi,
1171 if (IS_ERR(new_smi->thread)) {
1173 " kernel thread due to error %ld, only using"
1175 PTR_ERR(new_smi->thread));
1176 new_smi->thread = NULL;
1843 if (smi_info->thread != NULL) {
1844 kthread_stop(smi_info->thread);
1845 smi_info->thread = NULL;
2194 * Make sure that interrupts, the timer and the thread are