Scroll to navigation

INIT_SRCU_STRUCT(9) Driver Basics INIT_SRCU_STRUCT(9)

NAME

init_srcu_struct - initialize a sleep-RCU structure

SYNOPSIS

int init_srcu_struct(struct srcu_struct * sp);

ARGUMENTS

sp
structure to initialize.

DESCRIPTION

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.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16