Home
last modified time | relevance | path

Searched refs:ack_list_head (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Dtimer.h90 struct list_head ack_list_head; member
/linux-4.4.14/sound/core/
Dtimer.c712 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local
756 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()