Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtimer.h74 struct list_head active_list_head; member
/openbmc/linux/sound/core/
H A Dtimer.c572 list_move_tail(&timeri->active_list, &timer->active_list_head); in snd_timer_start1()
763 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_reschedule()
876 list_for_each_entry_safe(ti, tmp, &timer->active_list_head, in snd_timer_interrupt()
976 INIT_LIST_HEAD(&timer->active_list_head); in snd_timer_new()
1101 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_notify()