Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/include/linux/
Dstatic_call_types.h61 struct static_call_key { struct
76 struct static_call_key { struct
94 struct static_call_key { struct
95 void *func;
/kernel/linux/linux-6.6/include/linux/
Dstatic_call_types.h61 struct static_call_key { struct
76 struct static_call_key { argument
94 struct static_call_key { argument
95 void *func;
Dtracepoint-defs.h35 struct static_call_key *static_call_key; member
/kernel/linux/linux-5.10/include/linux/
Dstatic_call.h131 struct static_call_key { struct
147 extern void __static_call_update(struct static_call_key *key, void *tramp, void *func); argument
188 struct static_call_key { struct
194 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
/kernel/linux/linux-5.10/kernel/
Dstatic_call.c43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function
/kernel/linux/linux-6.6/kernel/
Dstatic_call_inline.c54 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function