Home
last modified time | relevance | path

Searched refs:tmp_func (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dlivepatch.h190 #define klp_for_each_func_safe(obj, func, tmp_func) \
191 list_for_each_entry_safe(func, tmp_func, &obj->func_list, node)
/kernel/linux/linux-6.6/include/linux/
H A Dlivepatch.h189 #define klp_for_each_func_safe(obj, func, tmp_func) \
190 list_for_each_entry_safe(func, tmp_func, &obj->func_list, node)
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dibmphp_core.c969 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dcore.c603 struct klp_func *func, *tmp_func; in __klp_free_funcs() local
605 klp_for_each_func_safe(obj, func, tmp_func) { in __klp_free_funcs()
/kernel/linux/linux-6.6/kernel/livepatch/
H A Dcore.c638 struct klp_func *func, *tmp_func; in __klp_free_funcs() local
640 klp_for_each_func_safe(obj, func, tmp_func) { in __klp_free_funcs()

Completed in 8 milliseconds