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:SYSTEM_HALT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
reboot.c
262
(state ==
SYSTEM_HALT
) ? SYS_HALT : SYS_POWER_OFF, NULL);
in kernel_shutdown_prepare()
274
kernel_shutdown_prepare(
SYSTEM_HALT
);
in kernel_halt()
/kernel/linux/linux-6.6/include/linux/
H
A
D
kernel.h
233
SYSTEM_HALT
,
enumerator
/kernel/linux/linux-6.6/kernel/
H
A
D
reboot.c
284
(state ==
SYSTEM_HALT
) ? SYS_HALT : SYS_POWER_OFF, NULL);
in kernel_shutdown_prepare()
296
kernel_shutdown_prepare(
SYSTEM_HALT
);
in kernel_halt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
436
SYSTEM_HALT
,
enumerator
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus_xs.c
175
case
SYSTEM_HALT
:
in xenbus_ok()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus_xs.c
175
case
SYSTEM_HALT
:
in xenbus_ok()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-verity-target.c
554
return system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF
in verity_is_system_shutting_down()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-verity-target.c
674
return system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF
in verity_is_system_shutting_down()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
super.c
4146
return system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF
in system_going_down()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
5270
if (system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF ||
in hardware_enable_all()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
super.c
544
return system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF
in system_going_down()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
super.c
612
return system_state ==
SYSTEM_HALT
|| system_state == SYSTEM_POWER_OFF
in system_going_down()
Completed in 44 milliseconds