Searched refs:tmp_func (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | livepatch.h | 176 #define klp_for_each_func_safe(obj, func, tmp_func) \ argument 177 list_for_each_entry_safe(func, tmp_func, &obj->func_list, node)
|
| /Linux-v5.4/drivers/pci/hotplug/ |
| D | ibmphp_core.c | 969 struct pci_func *tmp_func; in enable_slot() local 1087 tmp_func = ibm_slot_find(slot_cur->bus, slot_cur->func->device, in enable_slot() 1089 if (tmp_func && !(tmp_func->dev)) in enable_slot() 1090 ibm_configure_device(tmp_func); in enable_slot() 1091 } while (tmp_func); in enable_slot()
|
| /Linux-v5.4/kernel/livepatch/ |
| D | core.c | 577 struct klp_func *func, *tmp_func; in __klp_free_funcs() local 579 klp_for_each_func_safe(obj, func, tmp_func) { in __klp_free_funcs()
|