Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dtimer.h89 struct list_head active_list_head; member
/Linux-v4.19/sound/core/
Dtimer.c516 list_move_tail(&timeri->active_list, &timer->active_list_head); in snd_timer_start1()
701 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_reschedule()
791 list_for_each_entry_safe(ti, tmp, &timer->active_list_head, in snd_timer_interrupt()
905 INIT_LIST_HEAD(&timer->active_list_head); in snd_timer_new()
1031 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_notify()