Home
last modified time | relevance | path

Searched refs:rpaphp_slot_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Drpaphp_slot.c91 list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) { in is_registered()
106 list_del(&slot->rpaphp_slot_list); in rpaphp_deregister_slot()
144 list_add(&slot->rpaphp_slot_list, &rpaphp_slot_head); in rpaphp_register_slot()
Drpaphp.h71 struct list_head rpaphp_slot_list; member
Drpaphp_core.c369 slot = list_entry(tmp, struct slot, rpaphp_slot_list); in cleanup_slots()
370 list_del(&slot->rpaphp_slot_list); in cleanup_slots()
Drpadlpar_core.c121 slot = list_entry(tmp, struct slot, rpaphp_slot_list); in find_php_slot()