Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dtimer.h91 struct list_head sack_list_head; /* slow ack list head */ member
/linux-4.4.14/sound/core/
Dtimer.c681 while (!list_empty(&timer->sack_list_head)) { in snd_timer_tasklet()
682 p = timer->sack_list_head.next; /* get first item */ in snd_timer_tasklet()
758 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
805 use_tasklet = !list_empty(&timer->sack_list_head); in snd_timer_interrupt()
844 INIT_LIST_HEAD(&timer->sack_list_head); in snd_timer_new()