Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhyperv_vmbus.h157 struct cpumask *hv_numa_map; member
443 cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_set_allocated_cpu()
450 cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_clear_allocated_cpu()
H A Dhv.c112 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask), in hv_synic_alloc()
114 if (!hv_context.hv_numa_map) { in hv_synic_alloc()
252 kfree(hv_context.hv_numa_map); in hv_synic_free()