Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsrcutiny.h46 #define __SRCU_STRUCT_INIT(name, __ignored) \ macro
59 struct srcu_struct name = __SRCU_STRUCT_INIT(name, name)
61 static struct srcu_struct name = __SRCU_STRUCT_INIT(name, name)
Dsrcutree.h107 #define __SRCU_STRUCT_INIT(name, pcpu_name) \ macro
136 is_static struct srcu_struct name = __SRCU_STRUCT_INIT(name, name##_srcu_data)
Dnotifier.h110 .srcu = __SRCU_STRUCT_INIT(name.srcu, pcpu), \