Searched refs:vcpu_set_periodic_timer (Results 1 – 7 of 7) sorted by relevance
150 struct vcpu_set_periodic_timer { struct153 typedef struct vcpu_set_periodic_timer vcpu_set_periodic_timer_t; argument
16 #define xen_vcpu_set_periodic_timer vcpu_set_periodic_timer
144 ? vcpu_set_periodic_timer vcpu.h
1439 struct vcpu_set_periodic_timer set; in do_vcpu_op()1450 vcpu_set_periodic_timer(v, set.period_ns); in do_vcpu_op()1456 vcpu_set_periodic_timer(v, 0); in do_vcpu_op()
928 void vcpu_set_periodic_timer(struct vcpu *v, s_time_t value);
418 vcpu_set_periodic_timer(v, MILLISECS(10)); in pv_shim_shutdown()
2081 void vcpu_set_periodic_timer(struct vcpu *v, s_time_t value) in vcpu_set_periodic_timer() function
Completed in 20 milliseconds