Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dtimer.h89 struct list_head active_list_head; member
/linux-4.1.27/drivers/staging/android/
Dsync.h104 struct list_head active_list_head; member
Dsync.c55 INIT_LIST_HEAD(&obj->active_list_head); in sync_timeline_create()
114 list_for_each_entry_safe(pt, next, &obj->active_list_head, in sync_timeline_signal()
464 list_add_tail(&pt->active_list, &parent->active_list_head); in android_fence_enable_signaling()
/linux-4.1.27/sound/core/
Dtimer.c432 list_move_tail(&timeri->active_list, &timer->active_list_head); in snd_timer_start1()
642 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_reschedule()
735 list_for_each_entry_safe(ti, tmp, &timer->active_list_head, in snd_timer_interrupt()
842 INIT_LIST_HEAD(&timer->active_list_head); in snd_timer_new()
980 list_for_each_entry(ti, &timer->active_list_head, active_list) { in snd_timer_notify()