4 s64 period
; /* unit: ns */
5 atomic_t pending
; /* accumulated triggered timers */
7 struct kvm_timer_ops
*t_ops
;
12 struct kvm_timer_ops
{
13 bool (*is_periodic
)(struct kvm_timer
*);
17 enum hrtimer_restart
kvm_timer_fn(struct hrtimer
*data
);