taglinefilesource code
big_wait40drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
big_wait137drivers/scsi/sg.cinterruptible_sleep_on(&big_wait);
big_wait154drivers/scsi/sg.cwake_up(&big_wait);