Searched defs:rt_private (Results 1 – 1 of 1) sorted by relevance
183 struct rt_private { struct184 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