Searched refs:__DEFINE_SRCU (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dsrcutree.h174 # define __DEFINE_SRCU(name, is_static) \ macro
181 # define __DEFINE_SRCU(name, is_static) \ macro
187 #define DEFINE_SRCU(name) __DEFINE_SRCU(name, /* not static */)
188 #define DEFINE_STATIC_SRCU(name) __DEFINE_SRCU(name, static)

Completed in 103 milliseconds