Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Dipl.c67 struct shutdown_action;
70 struct shutdown_action *action;
83 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 = {
1659 static struct shutdown_action __refdata dump_reipl_action = {
1727 static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,
1742 static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,
1747 static struct shutdown_action *shutdown_actions_list[] = {
/linux-6.1.9/fs/dlm/
Dlowcomms.c161 void (*shutdown_action)(struct connection *con); member
1682 if (dlm_proto_ops->shutdown_action) in shutdown_conn()
1683 dlm_proto_ops->shutdown_action(con); in shutdown_conn()
1916 .shutdown_action = dlm_tcp_shutdown,