Searched refs:srcu_cb_tail (Results 1 – 2 of 2) sorted by relevance
38 ssp->srcu_cb_tail = &ssp->srcu_cb_head; in init_srcu_struct_fields()94 WARN_ON(&ssp->srcu_cb_head != ssp->srcu_cb_tail); in cleanup_srcu_struct()141 ssp->srcu_cb_tail = &ssp->srcu_cb_head; in srcu_drive_gp()228 *ssp->srcu_cb_tail = rhp; in call_srcu()229 ssp->srcu_cb_tail = &rhp->next; in call_srcu()
26 struct rcu_head **srcu_cb_tail; /* Pending callbacks: Tail. */ member40 .srcu_cb_tail = &name.srcu_cb_head, \