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:dump_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
remoteproc_coredump.c
128
struct rproc_coredump_state *
dump_state
= data;
in rproc_coredump_free()
local
130
vfree(
dump_state
->header);
in rproc_coredump_free()
131
complete(&
dump_state
->dump_done);
in rproc_coredump_free()
183
struct rproc_coredump_state *
dump_state
= data;
in rproc_coredump_read()
local
184
struct rproc *rproc =
dump_state
->rproc;
in rproc_coredump_read()
185
void *elfcore =
dump_state
->header;
in rproc_coredump_read()
245
struct rproc_coredump_state
dump_state
;
in rproc_coredump()
local
318
dump_state
.rproc = rproc;
in rproc_coredump()
319
dump_state
.header = data;
in rproc_coredump()
320
init_completion(&
dump_state
in rproc_coredump()
357
struct rproc_core
dump_state
dump_state
;
rproc_coredump_using_sections()
local
[all...]
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
remoteproc_coredump.c
127
struct rproc_coredump_state *
dump_state
= data;
in rproc_coredump_free()
local
129
vfree(
dump_state
->header);
in rproc_coredump_free()
130
complete(&
dump_state
->dump_done);
in rproc_coredump_free()
178
struct rproc_coredump_state *
dump_state
= data;
in rproc_coredump_read()
local
179
struct rproc *rproc =
dump_state
->rproc;
in rproc_coredump_read()
180
void *elfcore =
dump_state
->header;
in rproc_coredump_read()
240
struct rproc_coredump_state
dump_state
;
in rproc_coredump()
local
313
dump_state
.rproc = rproc;
in rproc_coredump()
314
dump_state
.header = data;
in rproc_coredump()
315
init_completion(&
dump_state
in rproc_coredump()
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
efi.c
92
bool
dump_state
= true;
in load_cpu_state_table()
local
106
dump_state
= false;
in load_cpu_state_table()
108
if (
dump_state
|| efi_enabled(EFI_DBG)) {
in load_cpu_state_table()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
pxa25x_udc.h
199
dump_state
(struct pxa25x_udc *dev)
in dump_state()
function
237
#define
dump_state
(x) do{}while(0)
macro
H
A
D
pxa25x_udc.c
1484
dump_state
(dev);
in pxa25x_udc_start()
1558
dump_state
(dev);
in pxa25x_udc_stop()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
pxa25x_udc.h
192
dump_state
(struct pxa25x_udc *dev)
in dump_state()
function
230
#define
dump_state
(x) do{}while(0)
macro
H
A
D
pxa25x_udc.c
1483
dump_state
(dev);
in pxa25x_udc_start()
1557
dump_state
(dev);
in pxa25x_udc_stop()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
efi-init.c
252
bool
dump_state
= true;
in efi_init()
local
266
dump_state
= false;
in efi_init()
268
if (
dump_state
|| efi_enabled(EFI_DBG)) {
in efi_init()
Completed in 10 milliseconds