Searched refs:hp_slot_ptr (Results 1 – 1 of 1) sorted by relevance
747 struct hotplug_slot *hp_slot_ptr; in ebda_rsrc_controller() local907 hp_slot_ptr = (struct hotplug_slot *) kmalloc (sizeof (struct hotplug_slot), GFP_KERNEL); in ebda_rsrc_controller()908 if (!hp_slot_ptr) { in ebda_rsrc_controller()912 memset (hp_slot_ptr, 0, sizeof (struct hotplug_slot)); in ebda_rsrc_controller()914 …hp_slot_ptr->info = (struct hotplug_slot_info *) kmalloc (sizeof (struct hotplug_slot_info), GFP_K… in ebda_rsrc_controller()915 if (!hp_slot_ptr->info) { in ebda_rsrc_controller()919 memset (hp_slot_ptr->info, 0, sizeof (struct hotplug_slot_info)); in ebda_rsrc_controller()921 hp_slot_ptr->name = (char *) kmalloc (30, GFP_KERNEL); in ebda_rsrc_controller()922 if (!hp_slot_ptr->name) { in ebda_rsrc_controller()963 tmp_slot->hotplug_slot = hp_slot_ptr; in ebda_rsrc_controller()[all …]