Home
last modified time | relevance | path

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

/linux/samples/ftrace/
H A Dsample-trace-array.c39 static DEFINE_TIMER(mytimer, mytimer_handler);
79 add_timer(&mytimer); in simple_thread()
80 mod_timer(&mytimer, jiffies+delay); in simple_thread()
85 del_timer(&mytimer); in simple_thread()
/linux/sound/core/
H A Dhrtimer.c126 static struct snd_timer *mytimer; variable
153 mytimer = timer; /* remember this */ in snd_hrtimer_init()
160 if (mytimer) { in snd_hrtimer_exit()
161 snd_timer_global_free(mytimer); in snd_hrtimer_exit()
162 mytimer = NULL; in snd_hrtimer_exit()