Searched refs:timeout_abs_ns (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/xen/interface/
H A Dvcpu.h137 uint64_t timeout_abs_ns; member in struct:vcpu_set_singleshot_timer
/linux-master/arch/x86/kvm/
H A Dxen.c1546 uint64_t timeout_abs_ns; member in struct:compat_vcpu_set_singleshot_timer
1573 BUILD_BUG_ON(offsetof(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) !=
1574 offsetof(struct vcpu_set_singleshot_timer, timeout_abs_ns));
1575 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_set_singleshot_timer, timeout_abs_ns) !=
1576 sizeof_field(struct vcpu_set_singleshot_timer, timeout_abs_ns));
1588 kvm_xen_start_timer(vcpu, oneshot.timeout_abs_ns, false);
/linux-master/arch/x86/xen/
H A Dtime.c281 single.timeout_abs_ns = get_abs_timeout(delta);

Completed in 125 milliseconds