taglinefilesource code
big_wait47drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
big_wait174drivers/scsi/sg.cinterruptible_sleep_on(&big_wait);
big_wait191drivers/scsi/sg.cwake_up(&big_wait);