Searched defs:rt_vcpu (Results 1 – 1 of 1) sorted by relevance
198 struct rt_vcpu { struct199 struct list_head q_elem; /* on the runq/depletedq list */200 struct list_head replq_elem; /* on the replenishment events list */203 s_time_t period;204 s_time_t budget;207 s_time_t cur_budget; /* current budget */208 s_time_t last_start; /* last start time */209 s_time_t cur_deadline; /* current deadline for EDF */212 struct rt_dom *sdom;236 static inline struct rt_vcpu *rt_vcpu(const struct vcpu *vcpu) in rt_vcpu() argument
Completed in 6 milliseconds