table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| RCU_BARRIER(9) | Driver Basics | RCU_BARRIER(9) |
NAME¶
rcu_barrier - Wait until all in-flight call_rcu callbacks complete.SYNOPSIS¶
void
rcu_barrier(void);
ARGUMENTS¶
voidno arguments
DESCRIPTION¶
Note that this primitive does not necessarily wait for an RCU grace period to complete. For example, if there are no RCU callbacks queued anywhere in the system, then rcu_barrier is within its rights to return immediately, without waiting for anything, much less an RCU grace period.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |