Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSinit.c179 cpqfcHBAdata->notify_wt = &sem; in launch_FCworker_thread()
190 cpqfcHBAdata->notify_wt = NULL; in launch_FCworker_thread()
636 cpqfcHBAdata->notify_wt = &sem; in cpqfcTS_release()
640 cpqfcHBAdata->notify_wt = NULL; in cpqfcTS_release()
DcpqfcTSworker.c196 if (dev->notify_wt != NULL) in cpqfcTSWorkerThread()
197 up(dev->notify_wt); // OK to continue in cpqfcTSWorkerThread()
245 if (dev->notify_wt != NULL) in cpqfcTSWorkerThread()
246 up(dev->notify_wt); // yep, we're outta here in cpqfcTSWorkerThread()
DcpqfcTSstructs.h920 struct semaphore *notify_wt; // synchronizes kernel thread kill member