Lines Matching refs:wait
371 wait_queue_t wait; in snd_rawmidi_open() local
412 init_waitqueue_entry(&wait, current); in snd_rawmidi_open()
413 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
439 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
1005 wait_queue_t wait; in snd_rawmidi_read() local
1010 init_waitqueue_entry(&wait, current); in snd_rawmidi_read()
1011 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1015 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1309 wait_queue_t wait; in snd_rawmidi_write() local
1314 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1315 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1319 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1341 wait_queue_t wait; in snd_rawmidi_write() local
1343 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1344 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1348 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1360 static unsigned int snd_rawmidi_poll(struct file *file, poll_table * wait) in snd_rawmidi_poll() argument
1370 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()
1374 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()