Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dhest.c191 static int __init hest_ghes_dev_register(unsigned int ghes_count) in hest_ghes_dev_register() argument
197 ghes_arr.ghes_devs = kmalloc_array(ghes_count, sizeof(void *), in hest_ghes_dev_register()
206 rc = ghes_estatus_pool_init(ghes_count); in hest_ghes_dev_register()
231 unsigned int ghes_count = 0; in acpi_hest_init() local
255 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
259 if (ghes_count) in acpi_hest_init()
260 rc = hest_ghes_dev_register(ghes_count); in acpi_hest_init()