Lines Matching refs:thread
1488 * - host is locked, unless called by the aacraid thread.
1497 if (aac->thread && aac->thread->pid != current->pid) {
1499 kthread_stop(aac->thread);
1500 aac->thread = NULL;
1584 aac->thread = kthread_run(aac_command_thread, aac, "%s",
1586 if (IS_ERR(aac->thread)) {
1587 retval = PTR_ERR(aac->thread);
1588 aac->thread = NULL;
1734 * thread that is waiting for it.
1796 * thread that will waiting.
2082 * thread that is waiting for it.
2143 * thread that is waiting.
2193 * worker thread that is TBD. We Really can't
2195 * anything defined for this thread to do.
2251 * wakeup the thread that is waiting for
2420 * aac_command_thread - command processing thread
2438 * We can only have one thread per adapter for AIF's.