Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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)