Lines Matching full:sites
31 /* mutex to protect key modules/sites */
159 .sites = static_call_key_sites(key), in __static_call_update()
166 if (!site_mod->sites) { in __static_call_update()
172 * 'first' entry has no sites associated with it. in __static_call_update()
187 for (site = site_mod->sites; in __static_call_update()
246 * the sites pointer in the key itself. Also see in __static_call_init()
253 key->sites = site; in __static_call_init()
263 * When the key has a direct sites pointer, extract in __static_call_init()
270 site_mod->sites = static_call_key_sites(key); in __static_call_init()
280 site_mod->sites = site; in __static_call_init()
417 * failure in __static_call_init() then treating key::sites in static_call_del_module()
419 * access and #GP. In that case all subsequent sites have in static_call_del_module()