Home
last modified time | relevance | path

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

/linux/fs/efivarfs/
H A Dsuper.c342 err = blocking_notifier_chain_register(&efivar_ops_nh, &sfi->nb); in efivarfs_fill_super()
395 blocking_notifier_chain_unregister(&efivar_ops_nh, &sfi->nb); in efivarfs_kill_sb()
/linux/drivers/firmware/efi/
H A Dvars.c86 blocking_notifier_call_chain(&efivar_ops_nh, event, NULL); in efivars_register()
H A Defi.c191 struct blocking_notifier_head efivar_ops_nh; variable
192 EXPORT_SYMBOL_GPL(efivar_ops_nh);
440 BLOCKING_INIT_NOTIFIER_HEAD(&efivar_ops_nh); in efisubsys_init()
/linux/include/linux/
H A Defi.h1364 extern struct blocking_notifier_head efivar_ops_nh;