Lines Matching refs:wait
439 wait_queue_entry_t wait; in snd_rawmidi_open() local
481 init_waitqueue_entry(&wait, current); in snd_rawmidi_open()
482 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
508 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
1289 wait_queue_entry_t wait; in snd_rawmidi_read() local
1295 init_waitqueue_entry(&wait, current); in snd_rawmidi_read()
1296 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1300 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1606 wait_queue_entry_t wait; in snd_rawmidi_write() local
1612 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1613 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1617 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1641 wait_queue_entry_t wait; in snd_rawmidi_write() local
1644 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1645 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1649 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1661 static __poll_t snd_rawmidi_poll(struct file *file, poll_table *wait) in snd_rawmidi_poll() argument
1671 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()
1675 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()