Home
last modified time | relevance | path

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

/kernel/
Dstatic_call.c126 struct static_call_mod *site_mod, first; in __static_call_update() local
151 for (site_mod = &first; site_mod; site_mod = site_mod->next) { in __static_call_update()
153 struct module *mod = site_mod->mod; in __static_call_update()
155 if (!site_mod->sites) { in __static_call_update()
176 for (site = site_mod->sites; in __static_call_update()
215 struct static_call_mod *site_mod; in __static_call_init() local
247 site_mod = kzalloc(sizeof(*site_mod), GFP_KERNEL); in __static_call_init()
248 if (!site_mod) in __static_call_init()
257 site_mod->mod = NULL; in __static_call_init()
258 site_mod->next = NULL; in __static_call_init()
[all …]