Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dstatic_call.c121 struct static_call_mod *site_mod, first; in __static_call_update() local
146 for (site_mod = &first; site_mod; site_mod = site_mod->next) { in __static_call_update()
147 struct module *mod = site_mod->mod; in __static_call_update()
149 if (!site_mod->sites) { in __static_call_update()
169 for (site = site_mod->sites; in __static_call_update()
207 struct static_call_mod *site_mod; in __static_call_init() local
239 site_mod = kzalloc(sizeof(*site_mod), GFP_KERNEL); in __static_call_init()
240 if (!site_mod) in __static_call_init()
249 site_mod->mod = NULL; in __static_call_init()
250 site_mod->next = NULL; in __static_call_init()
[all …]