Home
last modified time | relevance | path

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

/linux/drivers/hv/
A Dhyperv_vmbus.h150 struct cpumask *hv_numa_map; member
432 cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_set_alloced_cpu()
439 cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_clear_alloced_cpu()
A Dhv.c133 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask), in hv_synic_alloc()
135 if (hv_context.hv_numa_map == NULL) { in hv_synic_alloc()
196 kfree(hv_context.hv_numa_map); in hv_synic_free()
A Dchannel_mgmt.c763 alloced_mask = &hv_context.hv_numa_map[numa_node]; in init_vp_index()

Completed in 7 milliseconds