Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/char/
Dsclp.c1202 static struct notifier_block sclp_reboot_notifier = { variable
1275 rc = register_reboot_notifier(&sclp_reboot_notifier); in sclp_init()
1291 unregister_reboot_notifier(&sclp_reboot_notifier); in sclp_init()