table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SYNCHRONIZE_SRCU_EXP(9) | Driver Basics | SYNCHRONIZE_SRCU_EXP(9) |
NAME¶
synchronize_srcu_expedited - Brute-force SRCU grace periodSYNOPSIS¶
void
synchronize_srcu_expedited(struct srcu_struct * sp);
ARGUMENTS¶
spsrcu_struct with which to synchronize.
DESCRIPTION¶
Wait for an SRCU grace period to elapse, but be more aggressive about spinning rather than blocking when waiting. Note that synchronize_srcu_expedited has the same deadlock and memory-ordering properties as does synchronize_srcu.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |