Home
last modified time | relevance | path

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

/Linux-v6.1/samples/ftrace/
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-v6.1/sound/core/
Dhrtimer.c128 static struct snd_timer *mytimer; variable
155 mytimer = timer; /* remember this */ in snd_hrtimer_init()
162 if (mytimer) { in snd_hrtimer_exit()
163 snd_timer_global_free(mytimer); in snd_hrtimer_exit()
164 mytimer = NULL; in snd_hrtimer_exit()