taglinefilesource code
waitq166drivers/cdrom/optcd.cstatic struct wait_queue *waitq = NULL;
waitq174drivers/cdrom/optcd.cwake_up(&waitq);
waitq178drivers/cdrom/optcd.cwake_up(&waitq);
waitq195drivers/cdrom/optcd.csleep_on(&waitq);
waitq977drivers/scsi/aic7xxx.cstruct wait_queue   waitq;          /* waiting points to this */
waitq1483drivers/scsi/aic7xxx.cscb->waiting = &(scb->waitq);