Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Defi-pstore.c247 static struct pstore_info efi_pstore_info = { variable
275 efi_pstore_info.buf = kmalloc(record_size, GFP_KERNEL); in efivars_pstore_init()
276 if (!efi_pstore_info.buf) in efivars_pstore_init()
279 efi_pstore_info.bufsize = record_size; in efivars_pstore_init()
281 if (pstore_register(&efi_pstore_info)) { in efivars_pstore_init()
282 kfree(efi_pstore_info.buf); in efivars_pstore_init()
283 efi_pstore_info.buf = NULL; in efivars_pstore_init()
284 efi_pstore_info.bufsize = 0; in efivars_pstore_init()
292 if (!efi_pstore_info.bufsize) in efivars_pstore_exit()
295 pstore_unregister(&efi_pstore_info); in efivars_pstore_exit()
[all …]