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