Searched defs:rt_private (Results 1 – 1 of 1) sorted by relevance
182 struct rt_private { struct183 spinlock_t lock; /* the global coarse-grained lock */184 struct list_head sdom; /* list of availalbe domains, used for dump */186 struct list_head runq; /* ordered list of runnable vcpus */187 struct list_head depletedq; /* unordered list of depleted vcpus */189 struct timer *repl_timer; /* replenishment timer */190 struct list_head replq; /* ordered list of vcpus that need replenishment */192 cpumask_t tickled; /* cpus been tickled */
Completed in 5 milliseconds