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