Home
last modified time | relevance | path

Searched refs:sack_list_head (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dtimer.h76 struct list_head sack_list_head; /* slow ack list head */ member
/kernel/linux/linux-6.6/include/sound/
H A Dtimer.h76 struct list_head sack_list_head; /* slow ack list head */ member
/kernel/linux/linux-5.10/sound/core/
H A Dtimer.c825 snd_timer_clear_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
830 snd_timer_process_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
891 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
922 use_work = !list_empty(&timer->sack_list_head); in snd_timer_interrupt()
968 INIT_LIST_HEAD(&timer->sack_list_head); in snd_timer_new()
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c825 snd_timer_clear_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
830 snd_timer_process_callbacks(timer, &timer->sack_list_head); in snd_timer_work()
891 ack_list_head = &timer->sack_list_head; in snd_timer_interrupt()
922 use_work = !list_empty(&timer->sack_list_head); in snd_timer_interrupt()
968 INIT_LIST_HEAD(&timer->sack_list_head); in snd_timer_new()

Completed in 7 milliseconds