Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dtimer.h90 struct list_head ack_list_head; member
/linux-3.4.99/sound/core/
Dtimer.c659 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local
700 ack_list_head = &timer->ack_list_head; in snd_timer_interrupt()
702 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
704 list_add_tail(&ti->ack_list, ack_list_head); in snd_timer_interrupt()
709 list_add_tail(&ts->ack_list, ack_list_head); in snd_timer_interrupt()
730 while (!list_empty(&timer->ack_list_head)) { in snd_timer_interrupt()
731 p = timer->ack_list_head.next; /* get first item */ in snd_timer_interrupt()
789 INIT_LIST_HEAD(&timer->ack_list_head); in snd_timer_new()