Searched defs:hrtimer (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dhrtimer.h2 * include/linux/hrtimer.h
67 * and reacquiring the base lock of the hrtimer, another CPU can deliver the
86 * struct hrtimer - the basic hrtimer structure
93 * @_softexpires: the absolute earliest expiry time of the hrtimer.
106 * The hrtimer structure must be initialized by hrtimer_init()
108 struct hrtimer { struct
111 enum hrtimer_restart (*function)(struct hrtimer *);
129 struct hrtimer timer;
142 * @softirq_time: the time when running the hrtimer queu
[all...]
H A Dperf_event.h43 #include <linux/hrtimer.h>
123 struct hrtimer hrtimer; member in struct:hw_perf_event::__anon882::__anon884
531 struct hrtimer hrtimer; member in struct:perf_cpu_context

Completed in 2110 milliseconds