4 s64 period
; /* unit: ns */
7 atomic_t pending
; /* accumulated triggered timers */
9 struct kvm_timer_ops
*t_ops
;
11 struct kvm_vcpu
*vcpu
;
14 struct kvm_timer_ops
{
15 bool (*is_periodic
)(struct kvm_timer
*);
18 enum hrtimer_restart
kvm_timer_fn(struct hrtimer
*data
);