Searched refs:pslotlist (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_hpc.c | 541 struct list_head *pslotlist; in ibmphp_hpc_readslot() local 632 list_for_each (pslotlist, &ibmphp_slot_head) { in ibmphp_hpc_readslot() 633 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in ibmphp_hpc_readslot() 824 struct list_head *pslotlist; in poll_hpc() local 845 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 848 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc() 866 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 867 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc() 877 list_for_each (pslotlist, &ibmphp_slot_head) { in poll_hpc() 880 pslot = list_entry (pslotlist, struct slot, ibm_slot_list); in poll_hpc()
|