Deconstruct a sleep-rcu structure
void cleanup_srcu_struct(struct srcu_struct * sp);
sp
structure to clean up.
Must invoke this after you are finished using a given srcu_struct that was initialized via init_srcu_struct, else you leak memory.