Searched refs:ack_list_head (Results 1 – 2 of 2) sorted by relevance
90 struct list_head ack_list_head; member
771 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local812 ack_list_head = &timer->ack_list_head; in snd_timer_interrupt()814 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()816 list_add_tail(&ti->ack_list, ack_list_head); in snd_timer_interrupt()821 list_add_tail(&ts->ack_list, ack_list_head); in snd_timer_interrupt()842 while (!list_empty(&timer->ack_list_head)) { in snd_timer_interrupt()843 p = timer->ack_list_head.next; /* get first item */ in snd_timer_interrupt()906 INIT_LIST_HEAD(&timer->ack_list_head); in snd_timer_new()