Home
last modified time | relevance | path

Searched defs:mshv_partition (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root.h104 struct mshv_partition { struct
105 struct device *pt_module_dev;
107 struct hlist_node pt_hnode;
108 u64 pt_id;
109 refcount_t pt_ref_count;
110 struct mutex pt_mutex;
112 spinlock_t pt_mem_regions_lock;
113 struct hlist_head pt_mem_regions; // not ordered
115 u32 pt_vp_count;
116 struct mshv_vp *pt_vp_array[MSHV_MAX_VPS];
[all …]