Searched refs:pslotlist (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pci/hotplug/ |
D | ibmphp_hpc.c | 540 struct list_head *pslotlist; in ibmphp_hpc_readslot() local 631 list_for_each (pslotlist, &ibmphp_slot_head) { in ibmphp_hpc_readslot() 632 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in ibmphp_hpc_readslot() 823 struct list_head *pslotlist; in poll_hpc() local 841 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 844 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc() 862 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 863 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc() 873 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 876 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc()
|