Home
last modified time | relevance | path

Searched refs:worker_thread (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSinit.c632 if (cpqfcHBAdata->worker_thread) // (only if exists) in cpqfcTS_release()
638 send_sig(SIGKILL, cpqfcHBAdata->worker_thread, 1); in cpqfcTS_release()
DcpqfcTSstructs.h914 struct task_struct *worker_thread; // our kernel thread member
DcpqfcTSworker.c192 dev->worker_thread = current; in cpqfcTSWorkerThread()