Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dacpi_extlog.c60 static void *elog_buf; variable
205 memcpy(elog_buf, (void *)estatus, ELOG_ENTRY_LEN); in extlog_print()
209 tmp = (struct acpi_hest_generic_status *)elog_buf; in extlog_print()
362 elog_buf = kmalloc(ELOG_ENTRY_LEN, GFP_KERNEL); in extlog_init()
363 if (elog_buf == NULL) in extlog_init()
398 kfree(elog_buf); in extlog_exit()