Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dipl.c65 struct shutdown_action;
68 struct shutdown_action *action;
81 struct shutdown_action { struct
564 static struct shutdown_action __refdata ipl_action = {
1400 static struct shutdown_action __refdata reipl_action = {
1637 static struct shutdown_action __refdata dump_action = {
1655 static struct shutdown_action __refdata dump_reipl_action = {
1723 static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,
1738 static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,
1743 static struct shutdown_action *shutdown_actions_lis
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dipl.c71 struct shutdown_action;
74 struct shutdown_action *action;
87 struct shutdown_action { struct
690 static struct shutdown_action __refdata ipl_action = {
1628 static struct shutdown_action __refdata reipl_action = {
1919 static struct shutdown_action __refdata dump_action = {
1953 static struct shutdown_action __refdata dump_reipl_action = {
2021 static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,
2036 static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,
2041 static struct shutdown_action *shutdown_actions_lis
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Dlowcomms.c85 void (*shutdown_action)(struct connection *con); /* What to do to shutdown */ member
1096 con->shutdown_action = dlm_tcp_shutdown; in tcp_connect_to_sock()
1595 if (con->shutdown_action) in shutdown_conn()
1596 con->shutdown_action(con); in shutdown_conn()

Completed in 8 milliseconds