Searched refs:rcu_batch (Results 1 – 2 of 2) sorted by relevance
41 struct rcu_batch { struct53 struct rcu_batch batch_queue; argument55 struct rcu_batch batch_check0;57 struct rcu_batch batch_check1;58 struct rcu_batch batch_done;
44 static inline void rcu_batch_init(struct rcu_batch *b) in rcu_batch_init()53 static inline void rcu_batch_queue(struct rcu_batch *b, struct rcu_head *head) in rcu_batch_queue()62 static inline bool rcu_batch_empty(struct rcu_batch *b) in rcu_batch_empty()71 static inline struct rcu_head *rcu_batch_dequeue(struct rcu_batch *b) in rcu_batch_dequeue()90 static inline void rcu_batch_move(struct rcu_batch *to, struct rcu_batch *from) in rcu_batch_move()