HomeSort by: relevance | last modified time | path
    Searched defs:synchronize_srcu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/common/include/linux/
srcu.h 44 #define synchronize_srcu linux_synchronize_srcu macro
67 void synchronize_srcu(struct srcu_struct *);
  /src/sys/external/bsd/common/linux/
linux_srcu.c 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_struc
269 synchronize_srcu(struct srcu_struct *srcu) function in typeref:typename:void
    [all...]

Completed in 12 milliseconds