Lines Matching defs:atomic

70 			      int err, int atomic, int hop);
73 int atomic, int hop);
528 int err, int atomic, int hop)
550 result = snd_seq_deliver_single_event(NULL, &bounce_ev, atomic, hop + 1);
589 int atomic, int hop)
602 atomic, hop);
610 int atomic, int hop)
634 event, atomic, hop);
641 event, atomic, hop);
646 atomic, hop);
658 int atomic, int hop)
660 int result = _snd_seq_deliver_single_event(client, event, atomic, hop);
663 return bounce_error_event(client, event, result, atomic, hop);
673 int port, int atomic, int hop)
694 if (atomic)
707 err = snd_seq_deliver_single_event(client, event, atomic, hop);
718 if (atomic)
728 int atomic, int hop)
736 event->source.port, atomic, hop);
747 atomic, hop);
751 atomic, hop);
767 int atomic, int hop)
780 snd_BUG_ON(atomic && (event->data.ext.len & SNDRV_SEQ_EXT_USRPTR)))
785 result = deliver_to_subscribers(client, event, atomic, hop);
787 result = snd_seq_deliver_single_event(client, event, atomic, hop);
802 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
827 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);
854 if (snd_seq_enqueue_event(cell, atomic, hop) < 0)
862 result = snd_seq_deliver_event(client, &cell->event, atomic, hop);
877 int atomic, int hop,
900 return snd_seq_deliver_event(client, event, atomic, hop);
910 err = snd_seq_event_dup(client->pool, event, &cell, !blocking || atomic,
916 err = snd_seq_enqueue_event(cell, atomic, hop);
1436 return snd_seq_system_notify(client, port, &event, false); /* non-atomic */
2386 int atomic, int hop)
2407 return snd_seq_deliver_event(cptr, ev, atomic, hop);