Searched refs:shutdown_actions_list (Results 1 - 1 of 1) sorted by path

/linux-master/arch/s390/kernel/
H A Dipl.c2000 static struct shutdown_action *shutdown_actions_list[] = { variable in typeref:struct:shutdown_action
2003 #define SHUTDOWN_ACTIONS_COUNT (sizeof(shutdown_actions_list) / sizeof(void *))
2017 if (sysfs_streq(buf, shutdown_actions_list[i]->name)) {
2018 if (shutdown_actions_list[i]->init_rc) {
2019 return shutdown_actions_list[i]->init_rc;
2021 trigger->action = shutdown_actions_list[i];
2202 if (!shutdown_actions_list[i]->init)
2204 shutdown_actions_list[i]->init_rc =
2205 shutdown_actions_list[i]->init();

Completed in 187 milliseconds