Lines Matching refs:pdev_entry
204 struct pdev_entry {217 struct pdev_entry *pdev_entry;226 pdev_entry = kzalloc(sizeof(struct pdev_entry), GFP_KERNEL);227 if (!pdev_entry) {238 pdev_entry->pdev = pdev;239 pdev_entry->cpu = cpu;241 list_add_tail(&pdev_entry->list, &pdev_list);247 kfree(pdev_entry);256 struct pdev_entry *p;