Home
last modified time | relevance | path

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

/sound/core/
Dhrtimer.c46 struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt); in snd_hrtimer_callback() local
47 struct snd_timer *t = stime->timer; in snd_hrtimer_callback()
55 stime->in_callback = true; in snd_hrtimer_callback()
64 snd_timer_interrupt(stime->timer, ticks); in snd_hrtimer_callback()
72 stime->in_callback = false; in snd_hrtimer_callback()
80 struct snd_hrtimer *stime; in snd_hrtimer_open() local
82 stime = kzalloc(sizeof(*stime), GFP_KERNEL); in snd_hrtimer_open()
83 if (!stime) in snd_hrtimer_open()
85 hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in snd_hrtimer_open()
86 stime->timer = t; in snd_hrtimer_open()
[all …]