Lines Matching refs:rcu
30 struct rcu_head rcu; member
37 struct rcu_head rcu; member
50 struct rcu_head rcu; member
141 r = container_of(head, struct tcindex_filter_result, rcu); in tcindex_destroy_rexts()
147 struct tcindex_filter *f = container_of(head, struct tcindex_filter, rcu); in tcindex_destroy_fexts()
186 call_rcu(&f->rcu, tcindex_destroy_fexts); in tcindex_delete()
188 call_rcu(&r->rcu, tcindex_destroy_rexts); in tcindex_delete()
201 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_destroy()
230 struct tcindex_data *p = container_of(head, struct tcindex_data, rcu); in __tcindex_partial_destroy()
413 call_rcu(&oldp->rcu, __tcindex_partial_destroy); in tcindex_set_parms()
507 call_rcu(&p->rcu, __tcindex_destroy); in tcindex_destroy()