ghes_count        191 drivers/acpi/apei/hest.c static int __init hest_ghes_dev_register(unsigned int ghes_count)
ghes_count        197 drivers/acpi/apei/hest.c 	ghes_arr.ghes_devs = kmalloc_array(ghes_count, sizeof(void *),
ghes_count        206 drivers/acpi/apei/hest.c 	rc = ghes_estatus_pool_init(ghes_count);
ghes_count        231 drivers/acpi/apei/hest.c 	unsigned int ghes_count = 0;
ghes_count        255 drivers/acpi/apei/hest.c 		rc = apei_hest_parse(hest_parse_ghes_count, &ghes_count);
ghes_count        259 drivers/acpi/apei/hest.c 		if (ghes_count)
ghes_count        260 drivers/acpi/apei/hest.c 			rc = hest_ghes_dev_register(ghes_count);