Home
last modified time | relevance | path

Searched refs:new_region (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/hyperv/
H A Divm.c554 struct hv_enc_pfn_region new_region; in hv_list_enc_remove() local
587 new_region.pfn = pfn + 1; in hv_list_enc_remove()
588 new_region.count = ent->count - (pfn - ent->pfn + 1); in hv_list_enc_remove()
605 ent->pfn = new_region.pfn; in hv_list_enc_remove()
606 ent->count = new_region.count; in hv_list_enc_remove()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c1398 struct mlxsw_sp_acl_tcam_region *new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start() local
1408 new_region = mlxsw_sp_acl_tcam_region_create(mlxsw_sp, vregion->tcam, in mlxsw_sp_acl_tcam_vregion_rehash_start()
1410 if (IS_ERR(new_region)) { in mlxsw_sp_acl_tcam_vregion_rehash_start()
1411 err = PTR_ERR(new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()
1419 vregion->region = new_region; in mlxsw_sp_acl_tcam_vregion_rehash_start()
1422 new_region, priority, in mlxsw_sp_acl_tcam_vregion_rehash_start()
1436 mlxsw_sp_acl_tcam_region_destroy(mlxsw_sp, new_region); in mlxsw_sp_acl_tcam_vregion_rehash_start()