Lines Matching refs:thread
1487 * - host is locked, unless called by the aacraid thread.
1496 if (aac->thread && aac->thread->pid != current->pid) {
1498 kthread_stop(aac->thread);
1499 aac->thread = NULL;
1583 aac->thread = kthread_run(aac_command_thread, aac, "%s",
1585 if (IS_ERR(aac->thread)) {
1586 retval = PTR_ERR(aac->thread);
1587 aac->thread = NULL;
1733 * thread that is waiting for it.
1795 * thread that will waiting.
2081 * thread that is waiting for it.
2142 * thread that is waiting.
2192 * worker thread that is TBD. We Really can't
2194 * anything defined for this thread to do.
2250 * wakeup the thread that is waiting for
2419 * aac_command_thread - command processing thread
2437 * We can only have one thread per adapter for AIF's.