Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/smc/
Dsmc_core.c1955 static struct notifier_block smc_reboot_notifier = { variable
1961 return register_reboot_notifier(&smc_reboot_notifier); in smc_core_init()
1967 unregister_reboot_notifier(&smc_reboot_notifier); in smc_core_exit()