Searched refs:acpidev_reg_max (Results 1 – 1 of 1) sorted by relevance
50 int acpidev_reg_max; member74 rhdl->acpidev_reg_max = ACPIDEV_RES_INIT_ITEMS; in acpidev_resource_handle_alloc()93 rhdl->acpidev_reg_max; in acpidev_resource_handle_free()115 if (rhdl->acpidev_reg_count == rhdl->acpidev_reg_max) { in acpidev_resource_handle_grow()119 rhdl->acpidev_reg_max += ACPIDEV_RES_INCR_ITEMS; in acpidev_resource_handle_grow()120 sz = sizeof (*regp) * rhdl->acpidev_reg_max; in acpidev_resource_handle_grow()167 if (rhdl->acpidev_reg_count >= rhdl->acpidev_reg_max) { in acpidev_resource_insert_reg()170 ASSERT(rhdl->acpidev_reg_count < rhdl->acpidev_reg_max); in acpidev_resource_insert_reg()