Lines Matching refs:atomic
240 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() argument
268 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue()
279 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue()
300 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument
344 snd_seq_check_queue(q, atomic, hop); in snd_seq_enqueue_event()
630 int atomic, int hop) in queue_broadcast_event() argument
645 snd_seq_kernel_client_dispatch(SNDRV_SEQ_CLIENT_SYSTEM, &sev, atomic, hop); in queue_broadcast_event()
654 int atomic, int hop) in snd_seq_queue_process_event() argument
661 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
666 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
671 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
676 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
681 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
687 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
694 queue_broadcast_event(q, ev, atomic, hop); in snd_seq_queue_process_event()
705 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue() argument
721 snd_seq_queue_process_event(q, ev, atomic, hop); in snd_seq_control_queue()