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:preloaded
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
entry.S
123
andi t0, a2, _TIF_NEED_RESCHED # a2 is
preloaded
with TI_FLAGS
163
and t0, a2 # a2 is
preloaded
with TI_FLAGS
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
entry.S
122
andi t0, a2, _TIF_NEED_RESCHED # a2 is
preloaded
with TI_FLAGS
162
and t0, a2 # a2 is
preloaded
with TI_FLAGS
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm_adsp.h
42
bool
preloaded
;
member
H
A
D
cs35l41.c
198
if (cs35l41->dsp.
preloaded
)
in cs35l41_dsp_preload_ev()
1379
if (!cs35l41->dsp.
preloaded
|| !cs35l41->dsp.cs_dsp.running)
in cs35l41_runtime_suspend()
1397
if (!cs35l41->dsp.
preloaded
|| !cs35l41->dsp.cs_dsp.running)
in cs35l41_runtime_resume()
H
A
D
cs35l45.c
137
if (cs35l45->dsp.
preloaded
)
in cs35l45_dsp_preload_ev()
821
if (!cs35l45->dsp.
preloaded
|| !cs35l45->dsp.cs_dsp.running)
in cs35l45_runtime_suspend()
839
if (!cs35l45->dsp.
preloaded
|| !cs35l45->dsp.cs_dsp.running)
in cs35l45_runtime_resume()
H
A
D
wm_adsp.c
963
ucontrol->value.integer.value[0] = dsp->
preloaded
;
in wm_adsp2_preloader_get()
980
if (dsp->
preloaded
== ucontrol->value.integer.value[0])
in wm_adsp2_preloader_put()
994
dsp->
preloaded
= ucontrol->value.integer.value[0];
in wm_adsp2_preloader_put()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm_adsp.h
87
bool
preloaded
;
member
H
A
D
wm_adsp.c
3138
ucontrol->value.integer.value[0] = dsp->
preloaded
;
in wm_adsp2_preloader_get()
3157
dsp->
preloaded
= ucontrol->value.integer.value[0];
in wm_adsp2_preloader_put()
/kernel/linux/linux-5.10/block/
H
A
D
blk-cgroup.c
1173
bool
preloaded
;
in blkcg_init_queue()
local
1180
preloaded
= !radix_tree_preload(GFP_KERNEL);
in blkcg_init_queue()
1192
if (
preloaded
)
in blkcg_init_queue()
1212
if (
preloaded
)
in blkcg_init_queue()
/kernel/linux/linux-6.6/block/
H
A
D
blk-cgroup.c
1416
bool
preloaded
;
in blkcg_init_disk()
local
1426
preloaded
= !radix_tree_preload(GFP_KERNEL);
in blkcg_init_disk()
1437
if (
preloaded
)
in blkcg_init_disk()
1457
if (
preloaded
)
in blkcg_init_disk()
Completed in 19 milliseconds