tag | line | file | source code |
---|---|---|---|
cdu535_irq_wait | 281 | drivers/block/sonycd535.c | static struct wait_queue *cdu535_irq_wait = NULL; |
cdu535_irq_wait | 336 | drivers/block/sonycd535.c | if (cdu535_irq_wait != NULL) |
cdu535_irq_wait | 337 | drivers/block/sonycd535.c | wake_up(&cdu535_irq_wait); |
cdu535_irq_wait | 359 | drivers/block/sonycd535.c | interruptible_sleep_on(&cdu535_irq_wait); |