Searched refs:endio_wait (Results 1 – 1 of 1) sorted by relevance
226 wait_queue_head_t endio_wait; member1278 spin_lock_irqsave(&ic->endio_wait.lock, flags); in remove_range()1280 spin_unlock_irqrestore(&ic->endio_wait.lock, flags); in remove_range()1290 spin_unlock_irq(&ic->endio_wait.lock); in wait_and_add_new_range()1292 spin_lock_irq(&ic->endio_wait.lock); in wait_and_add_new_range()1548 __add_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()1550 spin_unlock_irq(&ic->endio_wait.lock); in sleep_on_endio_wait()1552 spin_lock_irq(&ic->endio_wait.lock); in sleep_on_endio_wait()1553 __remove_wait_queue(&ic->endio_wait, &wait); in sleep_on_endio_wait()1575 spin_lock_irqsave(&ic->endio_wait.lock, flags); in submit_flush_bio()[all …]