Lines Matching defs:rcu
151 struct callback_head *rcu;
159 rcu = container_of(node, struct callback_head, node);
161 STAILQ_INSERT_HEAD(&tmp_head, rcu, entry);
168 while ((rcu = STAILQ_FIRST(&tmp_head)) != NULL) {
171 offset = (uintptr_t)rcu->func;
174 kfree((char *)rcu - offset);
176 rcu->func((struct rcu_head *)rcu);
414 struct callback_head *rcu;
419 rcu = (struct callback_head *)context;
422 rcu->func = func;
423 llist_add(&rcu->node, &head->cb_head);