Home | History | Annotate | Download | only in dns

Lines Matching defs:rcu_head

70 	struct rcu_head rcu_head;
81 bcentry_destroy(struct rcu_head *rcu_head);
124 bcentry_destroy(&bad->rcu_head);
182 bcentry_destroy(struct rcu_head *rcu_head) {
183 dns_bcentry_t *bad = caa_container_of(rcu_head, dns_bcentry_t,
184 rcu_head);
201 call_rcu(&bad->rcu_head, bcentry_destroy);