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

  /src/sys/external/bsd/common/include/linux/
rcupdate.h 82 #define rcu_barrier linux_rcu_barrier macro
93 void rcu_barrier(void);
  /src/sys/external/bsd/common/linux/
linux_rcu.c 145 * rcu_barrier()
152 rcu_barrier(void) function
259 * notify rcu_barrier that we're still doing it.
296 /* Finished a batch of work. Notify rcu_barrier. */
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/map/
clear.h 51 #undef rcu_barrier macro
urcu-bp.h 53 #define rcu_barrier urcu_bp_barrier macro
urcu-mb.h 51 #define rcu_barrier urcu_mb_barrier macro
urcu-memb.h 51 #define rcu_barrier urcu_memb_barrier macro
urcu-qsbr.h 50 #define rcu_barrier urcu_qsbr_barrier macro
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-call-rcu-impl.h 873 void rcu_barrier(void) function
885 * Calling a rcu_barrier() within a RCU read-side critical
892 fprintf(stderr, "[error] liburcu: rcu_barrier() called from within RCU read-side critical section.\n");
906 /* Referenced by rcu_barrier() and each call_rcu thread. */
1067 * rcu_barrier() before it exits.
1069 * rcu_barrier() on application exit must match at least the maximum
1073 * exit (e.g. with a flag), and wait for quiescence with rcu_barrier()
1076 * callbacks, only it needs to invoke rcu_barrier in its library

Completed in 24 milliseconds