Searched refs:fpdn (Results 1 – 1 of 1) sorted by relevance
919 struct failed_ddw_pdn *fpdn; in enable_ddw() local934 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()935 if (!strcmp(fpdn->pdn->full_name, pdn->full_name)) in enable_ddw()1062 fpdn = kzalloc(sizeof(*fpdn), GFP_KERNEL); in enable_ddw()1063 if (!fpdn) in enable_ddw()1065 fpdn->pdn = pdn; in enable_ddw()1066 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()