Searched refs:pstore_disable (Results 1 – 2 of 2) sorted by relevance
22 static bool pstore_disable = IS_ENABLED(CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE); variable30 bool old_pstore_disable = pstore_disable; in efi_pstore_disable_set()36 if (old_pstore_disable != pstore_disable) { in efi_pstore_disable_set()37 if (pstore_disable) in efi_pstore_disable_set()51 module_param_cb(pstore_disable, &pstore_disable_ops, &pstore_disable, 0644);52 __MODULE_PARM_TYPE(pstore_disable, "bool");261 if (pstore_disable) in efivars_pstore_init()
27 using the efivars module's pstore_disable parameter.