Lines Matching defs:atomic

70 			      int err, int atomic, int hop);
73 int filter, int atomic, int hop);
566 int err, int atomic, int hop)
588 result = snd_seq_deliver_single_event(NULL, &bounce_ev, 0, atomic, hop + 1);
628 int atomic, int hop)
641 atomic, hop);
655 int filter, int atomic, int hop)
685 event, atomic, hop);
689 event, atomic, hop);
696 atomic, hop);
705 result = bounce_error_event(client, event, result, atomic, hop);
717 int atomic, int hop)
731 if (atomic)
745 0, atomic, hop);
756 if (atomic)
766 int atomic, int hop)
773 ret = __deliver_to_subscribers(client, event, src_port, atomic, hop);
784 ret2 = __deliver_to_subscribers(client, event, src_port, atomic, hop);
798 int atomic, int hop)
811 snd_BUG_ON(atomic && (event->data.ext.len & SNDRV_SEQ_EXT_USRPTR)))
816 result = deliver_to_subscribers(client, event, atomic, hop);
818 result = snd_seq_deliver_single_event(client, event, 0, atomic, hop);
833 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
858 result = snd_seq_deliver_event(client, &tmpev, atomic, hop);
885 if (snd_seq_enqueue_event(cell, atomic, hop) < 0)
893 result = snd_seq_deliver_event(client, &cell->event, atomic, hop);
909 int atomic, int hop,
932 return snd_seq_deliver_event(client, event, atomic, hop);
942 err = snd_seq_event_dup(client->pool, event, &cell, !blocking || atomic,
948 err = snd_seq_enqueue_event(cell, atomic, hop);
1474 return snd_seq_system_notify(client, port, &event); /* non-atomic */
2474 int atomic, int hop)
2496 result = snd_seq_deliver_event(cptr, ev, atomic, hop);