Searched refs:pkg_auth (Results 1 – 3 of 3) sorted by relevance
59 ifs_device.data.pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()60 if (!ifs_device.data.pkg_auth) in ifs_init()65 kfree(ifs_device.data.pkg_auth); in ifs_init()75 kfree(ifs_device.data.pkg_auth); in ifs_exit()
195 memset(ifsd->pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check()207 if (ifsd->pkg_auth[curr_pkg]) in scan_chunks_sanity_check()218 ifsd->pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
215 bool *pkg_auth; member
Completed in 4 milliseconds