Searched refs:newbus (Results 1 – 1 of 1) sorted by relevance
51 struct bus_node *newbus; in alloc_error_bus() local58 newbus = kzalloc(sizeof(struct bus_node), GFP_KERNEL); in alloc_error_bus()59 if (!newbus) { in alloc_error_bus()65 newbus->busno = busno; in alloc_error_bus()67 newbus->busno = curr->bus_num; in alloc_error_bus()68 list_add_tail (&newbus->bus_list, &gbuses); in alloc_error_bus()69 return newbus; in alloc_error_bus()96 struct bus_node *newbus; in alloc_bus_range() local101 newbus = kzalloc(sizeof(struct bus_node), GFP_KERNEL); in alloc_bus_range()102 if (!newbus) { in alloc_bus_range()[all …]