Home
last modified time | relevance | path

Searched defs:static_call_key (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dstatic_call.h147 struct static_call_key { struct
157 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); argument
192 struct static_call_key { struct
198 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
239 struct static_call_key { struct
245 struct static_call_key STATIC_CALL_KEY(name) = { \ argument
Dtracepoint-defs.h35 struct static_call_key *static_call_key; member
/Linux-v5.10/kernel/
Dstatic_call.c37 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function