Name
cleanup_srcu_struct —
deconstruct a sleep-RCU structure
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.