Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dibmphp_core.c898 struct pci_func *tmp_func; in enable_slot() local
1016 tmp_func = ibm_slot_find(slot_cur->bus, slot_cur->func->device, in enable_slot()
1018 if (tmp_func && !(tmp_func->dev)) in enable_slot()
1019 ibm_configure_device(tmp_func); in enable_slot()
1020 } while (tmp_func); in enable_slot()
/linux/kernel/livepatch/
H A Dcore.c680 struct klp_func *func, *tmp_func; in __klp_free_funcs() local
682 klp_for_each_func_safe(obj, func, tmp_func) { in __klp_free_funcs()