Searched refs:rcu_head (Results 1 – 2 of 2) sorted by relevance
37 struct rcu_head { struct40 typedef void (*rcu_callback_t)(struct rcu_head *);43 call_rcu(struct rcu_head *ptr, rcu_callback_t func) in call_rcu()
192 #define kfree_rcu(addr, rcu_head) ({ \ argument199 __kfree_rcu(&((addr)->rcu_head), offsetof(typeof(*(addr)), rcu_head)); \202 #define kfree_rcu(addr, rcu_head) ({ \ argument208 __kfree_rcu(&((addr)->rcu_head), offsetof(typeof(*(addr)), rcu_head)); \