Searched refs:site_mod (Results 1 – 1 of 1) sorted by relevance
137 struct static_call_mod *site_mod, first; in __static_call_update() local162 for (site_mod = &first; site_mod; site_mod = site_mod->next) { in __static_call_update()164 struct module *mod = site_mod->mod; in __static_call_update()166 if (!site_mod->sites) { in __static_call_update()187 for (site = site_mod->sites; in __static_call_update()226 struct static_call_mod *site_mod; in __static_call_init() local258 site_mod = kzalloc(sizeof(*site_mod), GFP_KERNEL); in __static_call_init()259 if (!site_mod) in __static_call_init()268 site_mod->mod = NULL; in __static_call_init()269 site_mod->next = NULL; in __static_call_init()[all …]