Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/apei/
Dhest.c178 static int __init hest_ghes_dev_register(unsigned int ghes_count) in hest_ghes_dev_register() argument
184 ghes_arr.ghes_devs = kmalloc(sizeof(void *) * ghes_count, GFP_KERNEL); in hest_ghes_dev_register()
212 unsigned int ghes_count = 0; in acpi_hest_init() local
234 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); in acpi_hest_init()
237 rc = hest_ghes_dev_register(ghes_count); in acpi_hest_init()