Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhv.c412 hv_context.hv_numa_map = kzalloc(sizeof(struct cpumask) * nr_node_ids, in hv_synic_alloc()
414 if (hv_context.hv_numa_map == NULL) { in hv_synic_alloc()
481 kfree(hv_context.hv_numa_map); in hv_synic_free()
Dhyperv_vmbus.h554 struct cpumask *hv_numa_map; member
Dchannel_mgmt.c447 alloced_mask = &hv_context.hv_numa_map[primary->numa_node]; in init_vp_index()