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

/linux-4.4.14/drivers/acpi/apei/
H A Dhest.c183 static int __init hest_ghes_dev_register(unsigned int ghes_count) hest_ghes_dev_register() argument
189 ghes_arr.ghes_devs = kmalloc(sizeof(void *) * ghes_count, GFP_KERNEL); hest_ghes_dev_register()
217 unsigned int ghes_count = 0; acpi_hest_init() local
239 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count); acpi_hest_init()
242 rc = hest_ghes_dev_register(ghes_count); acpi_hest_init()

Completed in 34 milliseconds