Searched refs:region2 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | host-bridge.c | 70 struct pci_bus_region *region2) in region_contains() 72 return region1->start <= region2->start && region1->end >= region2->end; in region_contains() 69 region_contains(struct pci_bus_region *region1, struct pci_bus_region *region2) region_contains() argument
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | host-bridge.c | 71 struct pci_bus_region *region2) in region_contains() 73 return region1->start <= region2->start && region1->end >= region2->end; in region_contains() 70 region_contains(struct pci_bus_region *region1, struct pci_bus_region *region2) region_contains() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 141 struct mutex lock; /* Protects consistency of region, region2 pointers 145 struct mlxsw_sp_acl_tcam_region *region2; /* Used during migration */ member 384 struct mlxsw_sp_acl_tcam_region *region2; in mlxsw_sp_acl_tcam_group_region_attach() local 402 region2 = list_entry(pos, typeof(*region2), list); in mlxsw_sp_acl_tcam_group_region_attach() 403 if (mlxsw_sp_acl_tcam_vregion_prio(region2->vregion) > in mlxsw_sp_acl_tcam_group_region_attach() 475 if (vregion->region2) in mlxsw_sp_acl_tcam_vgroup_vregion_detach() 477 vregion->region2); in mlxsw_sp_acl_tcam_vgroup_vregion_detach() 827 if (vregion->region2) in mlxsw_sp_acl_tcam_vregion_destroy() 828 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, vregion->region2); in mlxsw_sp_acl_tcam_vregion_destroy() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 142 struct mutex lock; /* Protects consistency of region, region2 pointers 146 struct mlxsw_sp_acl_tcam_region *region2; /* Used during migration */ member 385 struct mlxsw_sp_acl_tcam_region *region2; in mlxsw_sp_acl_tcam_group_region_attach() local 403 region2 = list_entry(pos, typeof(*region2), list); in mlxsw_sp_acl_tcam_group_region_attach() 404 if (mlxsw_sp_acl_tcam_vregion_prio(region2->vregion) > in mlxsw_sp_acl_tcam_group_region_attach() 476 if (vregion->region2) in mlxsw_sp_acl_tcam_vgroup_vregion_detach() 478 vregion->region2); in mlxsw_sp_acl_tcam_vgroup_vregion_detach() 828 if (vregion->region2) in mlxsw_sp_acl_tcam_vregion_destroy() 829 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, vregion->region2); in mlxsw_sp_acl_tcam_vregion_destroy() [all...] |
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgalloc.c | 378 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgalloc.c | 518 BASE_ADDR_END_FUNC(region2, _REGION2_SIZE)
|
Completed in 8 milliseconds