Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dtimer.h91 struct list_head sack_list_head; /* slow ack list head */ member
/Linux-v4.19/sound/core/
Dtimer.c740 while (!list_empty(&timer->sack_list_head)) { in snd_timer_tasklet()
741 p = timer->sack_list_head.next; /* get first item */ in snd_timer_tasklet()
814 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
861 use_tasklet = !list_empty(&timer->sack_list_head); in snd_timer_interrupt()
907 INIT_LIST_HEAD(&timer->sack_list_head); in snd_timer_new()