Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dtimer.h90 struct list_head ack_list_head; member
/Linux-v4.19/sound/core/
Dtimer.c771 struct list_head *p, *ack_list_head; in snd_timer_interrupt() local
812 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()