Searched defs:rcu_segcblist (Results 1 – 1 of 1) sorted by relevance
206 struct rcu_segcblist { struct207 struct rcu_head *head;208 struct rcu_head **tails[RCU_CBLIST_NSEGS];209 unsigned long gp_seq[RCU_CBLIST_NSEGS];211 atomic_long_t len;213 long len;215 long seglen[RCU_CBLIST_NSEGS];216 u8 flags;
Completed in 4 milliseconds