Searched refs:static_call_site (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/
H A Dstatic_call_inline.c13 extern struct static_call_site __start_static_call_sites[],
44 static inline void *static_call_addr(struct static_call_site *site)
49 static inline unsigned long __static_call_key(const struct static_call_site *site)
54 static inline struct static_call_key *static_call_key(const struct static_call_site *site)
60 static inline bool static_call_is_init(struct static_call_site *site)
65 static inline bool static_call_is_tail(struct static_call_site *site)
70 static inline void static_call_set_init(struct static_call_site *site)
78 const struct static_call_site *a = _a;
79 const struct static_call_site *b = _b;
95 struct static_call_site *
[all...]
/linux-master/include/linux/
H A Dstatic_call_types.h22 * Flags in the low bits of static_call_site::key.
32 struct static_call_site { struct
67 struct static_call_site *sites;
H A Dstatic_call.h170 struct static_call_site *sites;
H A Dmodule.h540 struct static_call_site *static_call_sites;
/linux-master/tools/include/linux/
H A Dstatic_call_types.h22 * Flags in the low bits of static_call_site::key.
32 struct static_call_site { struct
67 struct static_call_site *sites;
/linux-master/tools/objtool/
H A Dcheck.c671 struct static_call_site *site;
697 /* Allow modules to modify the low bits of static_call_site::key */

Completed in 275 milliseconds