Scroll to navigation

CLEANUP_SRCU_STRUCT(9) Driver Basics CLEANUP_SRCU_STRUCT(9)

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.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.