Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dstatic_call.c102 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next()
121 struct static_call_mod *site_mod, first; in __static_call_update()
140 first = (struct static_call_mod){ in __static_call_update()
207 struct static_call_mod *site_mod; in __static_call_init()
338 struct static_call_mod *site_mod, **prev; in static_call_del_module()
/Linux-v5.10/include/linux/
Dstatic_call.h141 struct static_call_mod { struct
142 struct static_call_mod *next; argument
152 struct static_call_mod *mods; argument