Lines Matching refs:mshv_root
63 struct mshv_root mshv_root; variable
1730 spin_lock(&mshv_root.pt_ht_lock); in remove_partition()
1732 spin_unlock(&mshv_root.pt_ht_lock); in remove_partition()
1848 hash_for_each_possible_rcu(mshv_root.pt_htable, p, pt_hnode, in mshv_partition_find()
1880 spin_lock(&mshv_root.pt_ht_lock); in add_partition()
1882 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()
1885 spin_unlock(&mshv_root.pt_ht_lock); in add_partition()
2250 mshv_root.synic_pages = alloc_percpu(struct hv_synic_pages); in mshv_parent_partition_init()
2251 if (!mshv_root.synic_pages) { in mshv_parent_partition_init()
2275 spin_lock_init(&mshv_root.pt_ht_lock); in mshv_parent_partition_init()
2276 hash_init(mshv_root.pt_htable); in mshv_parent_partition_init()
2288 free_percpu(mshv_root.synic_pages); in mshv_parent_partition_init()
2303 free_percpu(mshv_root.synic_pages); in mshv_parent_partition_exit()