Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/
H A Dvars.c86 blocking_notifier_call_chain(&efivar_ops_nh, event, NULL); in efivars_register()
H A Defi.c188 struct blocking_notifier_head efivar_ops_nh; variable
189 EXPORT_SYMBOL_GPL(efivar_ops_nh);
452 BLOCKING_INIT_NOTIFIER_HEAD(&efivar_ops_nh); in efisubsys_init()
/linux-6.15/fs/efivarfs/
H A Dsuper.c366 err = blocking_notifier_chain_register(&efivar_ops_nh, &sfi->nb); in efivarfs_fill_super()
611 blocking_notifier_chain_unregister(&efivar_ops_nh, &sfi->nb); in efivarfs_kill_sb()
/linux-6.15/include/linux/
H A Defi.h1353 extern struct blocking_notifier_head efivar_ops_nh;