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