Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dtimer.h51 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */ macro
/linux-4.4.14/sound/core/
Dtimer.c436 timer->flags |= SNDRV_TIMER_FLG_RESCHED; in snd_timer_start1()
549 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) { in _snd_timer_stop()
550 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in _snd_timer_stop()
654 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED; in snd_timer_reschedule()
768 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) in snd_timer_interrupt()