HomeSort by: relevance | last modified time | path
    Searched refs:synchronize_srcu (Results 1 - 4 of 4) 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...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_drv.c 527 synchronize_srcu(&drm_unplug_srcu);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c 519 synchronize_srcu(&kfd_processes_srcu);

Completed in 47 milliseconds