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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSinit.c242 cpqfcHBAdata->notify_wt = &sem;
254 cpqfcHBAdata->notify_wt = NULL;
738 cpqfcHBAdata->notify_wt = &sem;
742 cpqfcHBAdata->notify_wt = NULL;
H A DcpqfcTSstructs.h947 struct semaphore *notify_wt; // synchronizes kernel thread kill member in struct:__anon2303
H A DcpqfcTSworker.c215 if( cpqfcHBAdata->notify_wt != NULL )
216 up( cpqfcHBAdata->notify_wt); // OK to continue
269 if( cpqfcHBAdata->notify_wt != NULL )
270 up( cpqfcHBAdata->notify_wt); // yep, we're outta here

Completed in 64 milliseconds