Lines Matching full:sites
18 /* mutex to protect key modules/sites */
143 .sites = static_call_key_sites(key), in __static_call_update()
149 if (!site_mod->sites) { in __static_call_update()
155 * 'first' entry has no sites associated with it. in __static_call_update()
169 for (site = site_mod->sites; in __static_call_update()
175 * Don't write to call sites which were in in __static_call_update()
227 * the sites pointer in the key itself. Also see in __static_call_init()
234 key->sites = site; in __static_call_init()
244 * When the key has a direct sites pointer, extract in __static_call_init()
251 site_mod->sites = static_call_key_sites(key); in __static_call_init()
261 site_mod->sites = site; in __static_call_init()