Searched refs:timeout_abs_ns (Results 1 – 3 of 3) sorted by relevance
137 uint64_t timeout_abs_ns; member
1546 uint64_t timeout_abs_ns; member1573 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()1574 offsetof(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()1575 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) != in kvm_xen_hcall_vcpu_op()1576 sizeof_field(struct vcpu_set_singleshot_timer, timeout_abs_ns)); in kvm_xen_hcall_vcpu_op()1588 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, false); in kvm_xen_hcall_vcpu_op()
281 single.timeout_abs_ns = get_abs_timeout(delta); in xen_vcpuop_set_next_event()