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

  /src/external/mpl/bind/dist/lib/isc/include/isc/
urcu.h 78 #undef synchronize_rcu macro
79 #define synchronize_rcu() isc_qsbr_synchronize_rcu() macro
  /src/sys/external/bsd/common/include/linux/
rcupdate.h 83 #define synchronize_rcu linux_synchronize_rcu macro
94 void synchronize_rcu(void);
  /src/sys/external/bsd/common/linux/
linux_rcu.c 86 * synchronize_rcu()
95 synchronize_rcu(void) function
109 * synchronize_rcu, at the cost of more activity triggered on
118 synchronize_rcu();
124 * Optimization for synchronize_rcu -- skip if it has already
141 synchronize_rcu();
149 * Does not imply, and is not implied by, synchronize_rcu.
265 synchronize_rcu();
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/map/
clear.h 32 #undef synchronize_rcu macro
urcu-bp.h 34 #define synchronize_rcu urcu_bp_synchronize_rcu macro
urcu-mb.h 32 #define synchronize_rcu urcu_mb_synchronize_rcu macro
urcu-memb.h 32 #define synchronize_rcu urcu_memb_synchronize_rcu macro
urcu-qsbr.h 31 #define synchronize_rcu urcu_qsbr_synchronize_rcu macro
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu.c 100 * synchronize_rcu().
106 * with threads reading that registry from synchronize_rcu(). However,
182 * synchronize_rcu() waiting. Single thread.
337 void synchronize_rcu(void) function

Completed in 48 milliseconds