taglinefilesource code
big_wait43drivers/scsi/sg.cstatic struct wait_queue *big_wait;   /* wait for buffer available */
big_wait170drivers/scsi/sg.cinterruptible_sleep_on(&big_wait);
big_wait187drivers/scsi/sg.cwake_up(&big_wait);