Searched refs:acpidev_bus_max (Results 1 – 1 of 1) sorted by relevance
58 int acpidev_bus_max; member78 rhdl->acpidev_bus_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()103 rhdl->acpidev_bus_max; in acpidev_resource_handle_free()145 if (rhdl->acpidev_bus_count == rhdl->acpidev_bus_max) { in acpidev_resource_handle_grow()149 rhdl->acpidev_bus_max += ACPIDEV_RES_INCR_ITEMS; in acpidev_resource_handle_grow()150 sz = sizeof (*busp) * rhdl->acpidev_bus_max; in acpidev_resource_handle_grow()287 if (rhdl->acpidev_bus_count >= rhdl->acpidev_bus_max) { in acpidev_resource_insert_bus()290 ASSERT(rhdl->acpidev_bus_count < rhdl->acpidev_bus_max); in acpidev_resource_insert_bus()