Searched refs:vcpu_set_periodic_timer (Results 1 – 7 of 7) sorted by relevance
135 struct vcpu_set_periodic_timer { struct138 typedef struct vcpu_set_periodic_timer vcpu_set_periodic_timer_t; argument
15 #define xen_vcpu_set_periodic_timer vcpu_set_periodic_timer
192 ? vcpu_set_periodic_timer vcpu.h
1924 struct vcpu_set_periodic_timer set; in common_vcpu_op()1935 vcpu_set_periodic_timer(v, set.period_ns); in common_vcpu_op()1941 vcpu_set_periodic_timer(v, 0); in common_vcpu_op()
1062 void vcpu_set_periodic_timer(struct vcpu *v, s_time_t value);
395 vcpu_set_periodic_timer(v, MILLISECS(10)); in pv_shim_shutdown()
2157 void vcpu_set_periodic_timer(struct vcpu *v, s_time_t value) in vcpu_set_periodic_timer() function
Completed in 782 milliseconds