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

/drivers/acpi/apei/
H A Dhest.c187 static int __init hest_ghes_dev_register(unsigned int ghes_count) argument
193 ghes_arr.ghes_devs = kmalloc(sizeof(void *) * ghes_count, GFP_KERNEL);
221 unsigned int ghes_count = 0; local
243 rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count);
246 rc = hest_ghes_dev_register(ghes_count);

Completed in 42 milliseconds