Lines Matching refs:hop
70 int err, int atomic, int hop);
73 int atomic, int hop);
579 int err, int atomic, int hop) in bounce_error_event() argument
601 result = snd_seq_deliver_single_event(NULL, &bounce_ev, atomic, hop + 1); in bounce_error_event()
641 int atomic, int hop) in __snd_seq_deliver_single_event() argument
654 atomic, hop); in __snd_seq_deliver_single_event()
668 int atomic, int hop) in snd_seq_deliver_single_event() argument
698 event, atomic, hop); in snd_seq_deliver_single_event()
708 event, atomic, hop); in snd_seq_deliver_single_event()
715 atomic, hop); in snd_seq_deliver_single_event()
724 result = bounce_error_event(client, event, result, atomic, hop); in snd_seq_deliver_single_event()
735 int port, int atomic, int hop) in __deliver_to_subscribers() argument
759 down_read_nested(&grp->list_mutex, hop); in __deliver_to_subscribers()
769 err = snd_seq_deliver_single_event(client, event, atomic, hop); in __deliver_to_subscribers()
791 int atomic, int hop) in deliver_to_subscribers() argument
799 event->source.port, atomic, hop); in deliver_to_subscribers()
810 atomic, hop); in deliver_to_subscribers()
814 atomic, hop); in deliver_to_subscribers()
830 int atomic, int hop) in snd_seq_deliver_event() argument
834 hop++; in snd_seq_deliver_event()
835 if (hop >= SNDRV_SEQ_MAX_HOPS) { in snd_seq_deliver_event()
848 result = deliver_to_subscribers(client, event, atomic, hop); in snd_seq_deliver_event()
850 result = snd_seq_deliver_single_event(client, event, atomic, hop); in snd_seq_deliver_event()
865 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_dispatch_event() argument
890 result = snd_seq_deliver_event(client, &tmpev, atomic, hop); in snd_seq_dispatch_event()
917 if (snd_seq_enqueue_event(cell, atomic, hop) < 0) in snd_seq_dispatch_event()
925 result = snd_seq_deliver_event(client, &cell->event, atomic, hop); in snd_seq_dispatch_event()
941 int atomic, int hop, in snd_seq_client_enqueue_event() argument
964 return snd_seq_deliver_event(client, event, atomic, hop); in snd_seq_client_enqueue_event()
980 err = snd_seq_enqueue_event(cell, atomic, hop); in snd_seq_client_enqueue_event()
2532 int atomic, int hop) in snd_seq_kernel_client_dispatch() argument
2554 result = snd_seq_deliver_event(cptr, ev, atomic, hop); in snd_seq_kernel_client_dispatch()