Home | History | Annotate | Download | only in linux

Lines Matching refs:synchronize_srcu

46  *	When there's no synchronize_srcu in progress, the draining
47 * epoch has zero readers. When a thread calls synchronize_srcu,
56 * like localcount(9), and synchronize_srcu just waits for all
105 * them to complete with synchronize_srcu.
116 "%s in lwp %p while synchronize_srcu running in lwp %p",
146 * subsequent synchronize_srcu will wait until this thread calls
167 * a concurrent synchronize_srcu, it will issue an xcall that
178 * ticket. If there is a pending synchronize_srcu and we might be
193 * a concurrent synchronize_srcu, it will issue an xcall that
230 * Cross-call function for synchronize_srcu: a is the struct srcu_struct
261 * synchronize_srcu(srcu)
269 synchronize_srcu(struct srcu_struct *srcu)
307 * faster than synchronize_srcu, at the cost of more activity
316 synchronize_srcu(srcu);