Home
last modified time | relevance | path

Searched refs:fpdn (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Diommu.c1115 struct failed_ddw_pdn *fpdn; in enable_ddw() local
1131 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()
1132 if (fpdn->pdn == pdn) in enable_ddw()
1285 fpdn = kzalloc(sizeof(*fpdn), GFP_KERNEL); in enable_ddw()
1286 if (!fpdn) in enable_ddw()
1288 fpdn->pdn = pdn; in enable_ddw()
1289 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Diommu.c1305 struct failed_ddw_pdn *fpdn; in enable_ddw() local
1327 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()
1328 if (fpdn->pdn == pdn) in enable_ddw()
1545 fpdn = kzalloc(sizeof(*fpdn), GFP_KERNEL); in enable_ddw()
1546 if (!fpdn) in enable_ddw()
1548 fpdn->pdn = pdn; in enable_ddw()
1549 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()

Completed in 5 milliseconds