Searched defs:static_call_mod (Results 1 – 3 of 3) sorted by relevance
125 struct static_call_mod { struct126 struct static_call_mod *next; argument136 struct static_call_mod *mods; argument
70 #define static_call_mod(name) __raw_static_call(name) macro73 #define static_call_mod(name) __static_call(name) macro