Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/linux/
H A Dstatic_call_types.h61 struct static_call_key { struct
76 struct static_call_key { struct
94 struct static_call_key { struct
95 void *func;
/openbmc/linux/include/linux/
H A Dstatic_call_types.h61 struct static_call_key { struct
76 struct static_call_key { struct
94 struct static_call_key { argument
95 void *func;
H A Dtracepoint-defs.h35 struct static_call_key *static_call_key; member
/openbmc/linux/kernel/
H A Dstatic_call_inline.c54 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function