taglinefilesource code
big_wait32drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
big_wait129drivers/scsi/sg.cinterruptible_sleep_on(&big_wait);
big_wait146drivers/scsi/sg.cwake_up(&big_wait);