Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Diommu.c1232 struct failed_ddw_pdn *fpdn; in enable_ddw() local
1256 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()
1257 if (fpdn->pdn == pdn) in enable_ddw()
1469 fpdn = kzalloc(sizeof(*fpdn), GFP_KERNEL); in enable_ddw()
1470 if (!fpdn) in enable_ddw()
1472 fpdn->pdn = pdn; in enable_ddw()
1473 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()

Completed in 6 milliseconds