Initialize a sleep-rcu structure
int init_srcu_struct(struct srcu_struct * sp);
sp
structure to initialize.
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.