Searched refs:ack_list_head (Results 1 – 2 of 2) sorted by relevance
90 struct list_head ack_list_head; member
712 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local756 ack_list_head = &timer->ack_list_head; in snd_timer_interrupt()758 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()760 list_add_tail(&ti->ack_list, ack_list_head); in snd_timer_interrupt()765 list_add_tail(&ts->ack_list, ack_list_head); in snd_timer_interrupt()786 while (!list_empty(&timer->ack_list_head)) { in snd_timer_interrupt()787 p = timer->ack_list_head.next; /* get first item */ in snd_timer_interrupt()843 INIT_LIST_HEAD(&timer->ack_list_head); in snd_timer_new()