Lines Matching refs:kzalloc
74 return kzalloc(sizeof(struct ebda_hpc_list), GFP_KERNEL); in alloc_ebda_hpc_list()
83 controller = kzalloc(sizeof(struct controller), GFP_KERNEL); in alloc_ebda_hpc()
115 return kzalloc(sizeof(struct ebda_rsrc_list), GFP_KERNEL); in alloc_ebda_rsrc_list()
120 return kzalloc(sizeof(struct ebda_pci_rsrc), GFP_KERNEL); in alloc_ebda_pci_rsrc()
369 rio_table_ptr = kzalloc(sizeof(struct rio_table_hdr), GFP_KERNEL); in ibmphp_access_ebda()
425 rio_detail_ptr = kzalloc(sizeof(struct rio_detail), GFP_KERNEL); in ebda_rio_table()
478 opt_rio_ptr = kzalloc(sizeof(struct opt_rio), GFP_KERNEL); in combine_wpg_for_chassis()
516 opt_rio_lo_ptr = kzalloc(sizeof(struct opt_rio_lo), GFP_KERNEL); in combine_wpg_for_expansion()
804 bus_info_ptr1 = kzalloc(sizeof(struct bus_info), GFP_KERNEL); in ebda_rsrc_controller()
907 hp_slot_ptr = kzalloc(sizeof(*hp_slot_ptr), GFP_KERNEL); in ebda_rsrc_controller()
913 hp_slot_ptr->info = kzalloc(sizeof(struct hotplug_slot_info), GFP_KERNEL); in ebda_rsrc_controller()
919 tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL); in ebda_rsrc_controller()