Home
last modified time | relevance | path

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

/linux-6.15/drivers/xen/
H A Dmanage.c367 static int shutdown_event(struct notifier_block *notifier, in shutdown_event() function
378 .notifier_call = shutdown_event in xen_setup_shutdown_event()
/linux-6.15/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c949 enum bmic_flush_cache_shutdown_event shutdown_event) in pqi_flush_cache() argument
958 flush_cache->shutdown_event = shutdown_event; in pqi_flush_cache()
9320 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_shutdown() local
9337 shutdown_event = RESTART; in pqi_shutdown()
9339 shutdown_event = SHUTDOWN; in pqi_shutdown()
9345 rc = pqi_flush_cache(ctrl_info, shutdown_event); in pqi_shutdown()
9427 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_suspend_or_freeze() local
9430 pqi_flush_cache(ctrl_info, shutdown_event); in pqi_suspend_or_freeze()
9504 enum bmic_flush_cache_shutdown_event shutdown_event; in pqi_poweroff() local
9509 shutdown_event = pqi_get_flush_cache_shutdown_event(pci_dev); in pqi_poweroff()
[all …]
H A Dsmartpqi.h1675 u8 shutdown_event; member