Home
last modified time | relevance | path

Searched defs:rt_private (Results 1 – 1 of 1) sorted by relevance

/xen/xen/common/sched/
A Drt.c183 struct rt_private { struct
184 spinlock_t lock; /* the global coarse-grained lock */
185 struct list_head sdom; /* list of availalbe domains, used for dump */
187 struct list_head runq; /* ordered list of runnable units */
188 struct list_head depletedq; /* unordered list of depleted units */
190 struct timer repl_timer; /* replenishment timer */
191 struct list_head replq; /* ordered list of units that need replenishment */
193 cpumask_t tickled; /* cpus been tickled */

Completed in 5 milliseconds