Searched refs:ifs_pkg_auth (Results 1 – 3 of 3) sorted by relevance
28 bool *ifs_pkg_auth; variable69 kfree(ifs_pkg_auth); in ifs_cleanup()91 ifs_pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()92 if (!ifs_pkg_auth) in ifs_init()
196 memset(ifs_pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check() 208 if (ifs_pkg_auth[curr_pkg]) in scan_chunks_sanity_check() 219 ifs_pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
288 extern bool *ifs_pkg_auth;