Lines Matching full:shared
181 shared: bool, field
208 /// Failed to create shared file.
209 #[error("Failed to create shared file")]
212 /// Failed to set shared file length.
213 #[error("Failed to set shared file length")]
646 zone.shared, in create_memory_regions_from_zones()
731 zone_config.shared, in restore_memory_regions_and_zones()
856 shared: config.shared, in validate_memory_config()
886 if zone.shared && zone.file.is_some() && zone.host_numa_node.is_some() { in validate_memory_config()
889 backed by a regular file and mapped as 'shared'" in validate_memory_config()
1152 zone.shared, in new()
1262 shared: config.shared, in new()
1427 shared: bool, in create_ram_region()
1443 if shared { in create_ram_region()
1449 } else if shared || hugepages { in create_ram_region()
1663 self.shared, in add_ram_region()
2135 // the mapping is shared, which means that modifications in memory_range_table()