Home
last modified time | relevance | path

Searched refs:hpsz (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c1971 size_t hpsz = sizeof(struct hub_and_pnode) * num_possible_cpus(); in make_per_cpu_thp() local
1973 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()