tag
line
file
source code
big_wait
40
drivers/scsi/sg.c
static struct wait_queue *big_wait; /* wait for buffer available */
big_wait
137
drivers/scsi/sg.c
interruptible_sleep_on(&big_wait);
big_wait
154
drivers/scsi/sg.c
wake_up(&big_wait);