Home
last modified time | relevance | path

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

/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