Lines Matching refs:wait
386 wait_queue_entry_t wait; in snd_rawmidi_open() local
427 init_waitqueue_entry(&wait, current); in snd_rawmidi_open()
428 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
454 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
1038 wait_queue_entry_t wait; in snd_rawmidi_read() local
1044 init_waitqueue_entry(&wait, current); in snd_rawmidi_read()
1045 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1049 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1369 wait_queue_entry_t wait; in snd_rawmidi_write() local
1375 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1376 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1380 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1404 wait_queue_entry_t wait; in snd_rawmidi_write() local
1407 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1408 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1412 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1424 static __poll_t snd_rawmidi_poll(struct file *file, poll_table *wait) in snd_rawmidi_poll() argument
1434 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()
1438 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()