Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h76 struct list_head sack_list_head; /* slow ack list head */ member
/openbmc/linux/sound/core/
H A Dtimer.c835 snd_timer_clear_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
840 snd_timer_process_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
901 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
932 use_work = !list_empty(&timer->sack_list_head); in snd_timer_interrupt()
978 INIT_LIST_HEAD(&timer->sack_list_head); in snd_timer_new()