Searched refs:res_list (Results 1 – 1 of 1) sorted by relevance
114 struct resource_list *res_list = get_resource_list(devclass_name); in add_resource() local115 if (res_list == NULL) { in add_resource()118 resource_list_add(res_list, type, unit, start, end, count); in add_resource()174 struct resource_list *res_list = NULL; in nexus_alloc_resource() local178 res_list = get_resource_list(devclass_get_name(dc)); in nexus_alloc_resource()179 if (res_list == NULL) { in nexus_alloc_resource()182 struct resource_list_entry *rle = resource_list_find(res_list, type, *rid); in nexus_alloc_resource()