Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/char/
Dsclp.c1197 static struct notifier_block sclp_reboot_notifier = { variable
1279 rc = register_reboot_notifier(&sclp_reboot_notifier); in sclp_init()
1295 unregister_reboot_notifier(&sclp_reboot_notifier); in sclp_init()