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

/linux-master/arch/s390/kernel/
H A Dipl.c2040 static struct shutdown_action *shutdown_actions_list[] = { variable in typeref:struct:shutdown_action
2043 #define SHUTDOWN_ACTIONS_COUNT (sizeof(shutdown_actions_list) / sizeof(void *))
2057 if (sysfs_streq(buf, shutdown_actions_list[i]->name)) {
2058 if (shutdown_actions_list[i]->init_rc) {
2059 return shutdown_actions_list[i]->init_rc;
2061 trigger->action = shutdown_actions_list[i];
2242 if (!shutdown_actions_list[i]->init)
2244 shutdown_actions_list[i]->init_rc =
2245 shutdown_actions_list[i]->init();

Completed in 84 milliseconds