Searched defs:static_call_key (Results 1 – 3 of 3) sorted by relevance
131 struct static_call_key { struct147 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); argument188 struct static_call_key { struct194 struct static_call_key STATIC_CALL_KEY(name) = { \ argument239 struct static_call_key { struct245 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
35 struct static_call_key *static_call_key; member
43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function