Home
last modified time | relevance | path

Searched refs:acpidev_reg_max (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_resource.c50 int acpidev_reg_max; member
74 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()