Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:shutdown_action
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
ipl.c
65
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
D
ipl.c
71
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
D
lowcomms.c
85
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