Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dsrcutree.h139 # define __DEFINE_SRCU(name, is_static) \ macro
145 # define __DEFINE_SRCU(name, is_static) \ macro
150 #define DEFINE_SRCU(name) __DEFINE_SRCU(name, /* not static */)
151 #define DEFINE_STATIC_SRCU(name) __DEFINE_SRCU(name, static)