Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dsclp.c1010 static struct notifier_block sclp_reboot_notifier = { variable
1191 rc = register_reboot_notifier(&sclp_reboot_notifier); in sclp_init()
1207 unregister_reboot_notifier(&sclp_reboot_notifier); in sclp_init()