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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtimer.h51 #define SNDRV_TIMER_FLG_RESCHED 0x00000002 /* need reschedule */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dtimer.c418 timer->flags |= SNDRV_TIMER_FLG_RESCHED;
498 if (timer->flags & SNDRV_TIMER_FLG_RESCHED) {
499 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED;
596 timer->flags &= ~SNDRV_TIMER_FLG_RESCHED;
704 if (timer->flags & SNDRV_TIMER_FLG_RESCHED)

Completed in 57 milliseconds