Searched refs:srcu_cb_tail (Results 1 – 2 of 2) sorted by relevance
33 ssp->srcu_cb_tail = &ssp->srcu_cb_head; in init_srcu_struct_fields()87 WARN_ON(&ssp->srcu_cb_head != ssp->srcu_cb_tail); in cleanup_srcu_struct()128 ssp->srcu_cb_tail = &ssp->srcu_cb_head; in srcu_drive_gp()186 *ssp->srcu_cb_tail = rhp; in call_srcu()187 ssp->srcu_cb_tail = &rhp->next; in call_srcu()
25 struct rcu_head **srcu_cb_tail; /* Pending callbacks: Tail. */ member37 .srcu_cb_tail = &name.srcu_cb_head, \