Searched refs:ifs_pkg_auth (Results 1 – 3 of 3) sorted by relevance
32 bool *ifs_pkg_auth; variable106 kfree(ifs_pkg_auth); in ifs_cleanup()128 ifs_pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()129 if (!ifs_pkg_auth) in ifs_init()
330 memset(ifs_pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check()344 if (ifs_pkg_auth[curr_pkg]) in scan_chunks_sanity_check()355 ifs_pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
411 extern bool *ifs_pkg_auth;
Completed in 7 milliseconds