Home
last modified time | relevance | path

Searched refs:static_call_mod (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstatic_call.h125 struct static_call_mod { struct
126 struct static_call_mod *next; argument
136 struct static_call_mod *mods; argument
H A Dstatic_call_types.h70 #define static_call_mod(name) __raw_static_call(name) macro
73 #define static_call_mod(name) __static_call(name) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dstatic_call.c107 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next()
126 struct static_call_mod *site_mod, first; in __static_call_update()
145 first = (struct static_call_mod){ in __static_call_update()
215 struct static_call_mod *site_mod; in __static_call_init()
398 struct static_call_mod *site_mod, **prev; in static_call_del_module()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dstatic_call_types.h70 #define static_call_mod(name) __raw_static_call(name) macro
73 #define static_call_mod(name) __static_call(name) macro