Searched refs:hpsz (Results 1 – 1 of 1) sorted by relevance
1971 size_t hpsz = sizeof(struct hub_and_pnode) * num_possible_cpus(); in make_per_cpu_thp() local1973 smaster->thp = kmalloc_node(hpsz, GFP_KERNEL, smaster->osnode); in make_per_cpu_thp()1974 memset(smaster->thp, 0, hpsz); in make_per_cpu_thp()