Searched refs:fpdn (Results 1 – 1 of 1) sorted by relevance
1459 struct failed_ddw_pdn *fpdn; in enable_ddw() local1485 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()1486 if (fpdn->pdn == pdn) in enable_ddw()1763 fpdn = kzalloc_obj(*fpdn); in enable_ddw()1764 if (!fpdn) in enable_ddw()1766 fpdn->pdn = pdn; in enable_ddw()1767 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()2067 struct failed_ddw_pdn *fpdn; in spapr_tce_create_table() local2095 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in spapr_tce_create_table()2096 if (fpdn->pdn == pdn) { in spapr_tce_create_table()[all …]