Searched refs:hv_numa_map (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv.c | 89 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask), in hv_synic_alloc() 91 if (hv_context.hv_numa_map == NULL) { in hv_synic_alloc() 145 kfree(hv_context.hv_numa_map); in hv_synic_free()
|
H A D | hyperv_vmbus.h | 150 struct cpumask *hv_numa_map; member 430 cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_set_alloced_cpu() 437 cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_clear_alloced_cpu()
|
H A D | channel_mgmt.c | 428 * If this is a "perf" channel, updates the hv_numa_map[] masks so that in hv_process_channel_removal() 712 alloced_mask = &hv_context.hv_numa_map[numa_node]; in init_vp_index()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hyperv_vmbus.h | 157 struct cpumask *hv_numa_map; member 444 cpumask_set_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_set_allocated_cpu() 451 cpumask_clear_cpu(cpu, &hv_context.hv_numa_map[cpu_to_node(cpu)]); in hv_clear_allocated_cpu()
|
H A D | hv.c | 112 hv_context.hv_numa_map = kcalloc(nr_node_ids, sizeof(struct cpumask), in hv_synic_alloc() 114 if (hv_context.hv_numa_map == NULL) { in hv_synic_alloc() 253 kfree(hv_context.hv_numa_map); in hv_synic_free()
|
H A D | channel_mgmt.c | 460 * If this is a "perf" channel, updates the hv_numa_map[] masks so that in hv_process_channel_removal() 769 allocated_mask = &hv_context.hv_numa_map[numa_node]; in init_vp_index()
|
Completed in 6 milliseconds