tag
line
file
source code
waitq
114
drivers/block/optcd.c
static struct wait_queue *waitq = NULL;
waitq
122
drivers/block/optcd.c
wake_up(&waitq);
waitq
126
drivers/block/optcd.c
wake_up(&waitq);
waitq
143
drivers/block/optcd.c
sleep_on(&waitq);