Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 11 of 11) sorted by relevance

/xen/xen/include/xen/
A Dtimer.h17 struct timer { struct
21 /* Position in active-timer data structure. */ argument
26 struct timer *list_next; argument
35 /* CPU on which this timer will be installed and executed. */ argument
43 #define TIMER_STATUS_in_heap 3 /* In use; on timer heap. */ argument
53 * Initialise a timer structure with an initial callback CPU, callback argument
85 static inline bool timer_is_active(const struct timer *timer) in timer_is_active()
/xen/xen/common/
A Dtimer.c224 static inline void activate_timer(struct timer *timer) in activate_timer()
234 static inline void deactivate_timer(struct timer *timer) in deactivate_timer()
243 static inline bool_t timer_lock(struct timer *timer) in timer_lock()
275 static inline void timer_unlock(struct timer *timer) in timer_unlock()
286 static bool active_timer(const struct timer *timer) in active_timer()
294 struct timer *timer, in init_timer()
312 void set_timer(struct timer *timer, s_time_t expires) in set_timer()
330 void stop_timer(struct timer *timer) in stop_timer()
343 bool timer_expires_before(struct timer *timer, s_time_t t) in timer_expires_before()
358 void migrate_timer(struct timer *timer, unsigned int new_cpu) in migrate_timer()
[all …]
/xen/tools/tests/vhpet/
A Dmain.c374 static void hpet_set_mode(uint64_t delta, int timer) in hpet_set_mode()
415 hpet_check_stopped(uint64_t old_delta, int timer) in hpet_check_stopped()
/xen/xen/include/asm-x86/hvm/
A Dvpt.h50 struct timer timer; /* ac_timer */ member
123 struct timer timer; /* To make sure we send SCIs */ member
A Dviridian.h22 struct timer timer; member
A Dirq.h176 struct timer timer; member
/xen/xen/arch/arm/
A Dtime.c67 static __initdata struct dt_device_node *timer; variable
/xen/xen/arch/x86/
A Dhpet.c99 static int hpet_next_event(unsigned long delta, int timer) in hpet_next_event()
/xen/xen/include/asm-arm/
A Ddomain.h40 struct timer timer; member
/xen/xen/drivers/char/
A Dns16550.c81 struct timer timer; member
A Dehci-dbgp.c333 struct timer timer; member

Completed in 23 milliseconds