table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INIT_SRCU_STRUCT(9) | Driver Basics | INIT_SRCU_STRUCT(9) |
NAME¶
init_srcu_struct - initialize a sleep-RCU structureSYNOPSIS¶
int
init_srcu_struct(struct srcu_struct * sp);
ARGUMENTS¶
spstructure to initialize.
DESCRIPTION¶
Must invoke this on a given srcu_struct before passing that srcu_struct to any other function. Each srcu_struct represents a separate domain of SRCU protection.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |