Home
last modified time | relevance | path

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

/linux-3.3/kernel/
Drcutiny_plugin.h62 struct rcu_preempt_ctrlblk { struct
63 struct rcu_ctrlblk rcb; /* curtail: ->next ptr of last CB for GP. */
64 struct rcu_head **nexttail;
74 struct list_head blkd_tasks;
78 struct list_head *gp_tasks;
82 struct list_head *exp_tasks;
89 struct list_head *boost_tasks;
96 u8 gpnum; /* Current grace period. */
97 u8 gpcpu; /* Last grace period blocked by the CPU. */
98 u8 completed; /* Last grace period completed. */
[all …]