Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDrcupdate.h37 struct rcu_head { struct
40 typedef void (*rcu_callback_t)(struct rcu_head *);
43 call_rcu(struct rcu_head *ptr, rcu_callback_t func) in call_rcu()
/NextBSD/sys/ofed/drivers/infiniband/debug/
HDmtrack.h192 #define kfree_rcu(addr, rcu_head) ({ \ argument
199 __kfree_rcu(&((addr)->rcu_head), offsetof(typeof(*(addr)), rcu_head)); \
202 #define kfree_rcu(addr, rcu_head) ({ \ argument
208 __kfree_rcu(&((addr)->rcu_head), offsetof(typeof(*(addr)), rcu_head)); \