Searched refs:efi_pstore_info (Results 1 – 1 of 1) sorted by relevance
356 static struct pstore_info efi_pstore_info = { variable378 efi_pstore_info.buf = kmalloc(4096, GFP_KERNEL); in efivars_pstore_init()379 if (!efi_pstore_info.buf) in efivars_pstore_init()382 efi_pstore_info.bufsize = 1024; in efivars_pstore_init()383 spin_lock_init(&efi_pstore_info.buf_lock); in efivars_pstore_init()385 if (pstore_register(&efi_pstore_info)) { in efivars_pstore_init()386 kfree(efi_pstore_info.buf); in efivars_pstore_init()387 efi_pstore_info.buf = NULL; in efivars_pstore_init()388 efi_pstore_info.bufsize = 0; in efivars_pstore_init()