tag | line | file | source code |
---|---|---|---|
cdu535_irq_wait | 262 | drivers/cdrom/sonycd535.c | static struct wait_queue *cdu535_irq_wait = NULL; |
cdu535_irq_wait | 319 | drivers/cdrom/sonycd535.c | if (cdu535_irq_wait != NULL) |
cdu535_irq_wait | 320 | drivers/cdrom/sonycd535.c | wake_up(&cdu535_irq_wait); |
cdu535_irq_wait | 342 | drivers/cdrom/sonycd535.c | interruptible_sleep_on(&cdu535_irq_wait); |