Searched refs:action_queue (Results 1 - 5 of 5) sorted by path

/linux-master/sound/oss/dmasound/
H A Ddmasound_q40.c501 WAKE_UP(write_sq.action_queue);
H A Ddmasound.h232 wait_queue_head_t action_queue, open_queue, sync_queue; member in struct:sound_queue
H A Ddmasound_atari.c1307 WAKE_UP(write_sq.action_queue);
H A Ddmasound_core.c622 prepare_to_wait(&write_sq.action_queue, &wait, TASK_INTERRUPTIBLE);
625 finish_wait(&write_sq.action_queue, &wait);
633 finish_wait(&write_sq.action_queue, &wait);
638 finish_wait(&write_sq.action_queue, &wait);
680 poll_wait(file, &write_sq.action_queue, wait);
690 init_waitqueue_head(&sq->action_queue);
H A Ddmasound_paula.c574 WAKE_UP(write_sq.action_queue);

Completed in 328 milliseconds