table of contents
other versions
INIT_SRCU_STRUCT(9) | Driver Basics | INIT_SRCU_STRUCT(9) |
NAME¶
init_srcu_struct - initialize a sleep-RCU structure
SYNOPSIS¶
int init_srcu_struct(struct srcu_struct * sp);
ARGUMENTS¶
sp
structure 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¶
January 2017 | Kernel Hackers Manual 4.8. |