Home
last modified time | relevance | path

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

/linux-6.1.9/tools/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;
/linux-6.1.9/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
/linux-6.1.9/kernel/
Dstatic_call_inline.c43 static inline struct static_call_key *static_call_key(const struct static_call_site *site) in static_call_key() function