Lines Matching refs:wait
371 wait_queue_t wait; in snd_rawmidi_open() local
413 init_waitqueue_entry(&wait, current); in snd_rawmidi_open()
414 add_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
449 remove_wait_queue(&rmidi->open_wait, &wait); in snd_rawmidi_open()
1024 wait_queue_t wait; in snd_rawmidi_read() local
1029 init_waitqueue_entry(&wait, current); in snd_rawmidi_read()
1030 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1034 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_read()
1328 wait_queue_t wait; in snd_rawmidi_write() local
1333 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1334 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1338 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1360 wait_queue_t wait; in snd_rawmidi_write() local
1362 init_waitqueue_entry(&wait, current); in snd_rawmidi_write()
1363 add_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1367 remove_wait_queue(&runtime->sleep, &wait); in snd_rawmidi_write()
1379 static unsigned int snd_rawmidi_poll(struct file *file, poll_table * wait) in snd_rawmidi_poll() argument
1389 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()
1393 poll_wait(file, &runtime->sleep, wait); in snd_rawmidi_poll()