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:idling
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
crypto_engine.c
85
/* If another context is
idling
then defer */
in crypto_pump_requests()
86
if (engine->
idling
) {
in crypto_pump_requests()
104
engine->
idling
= true;
in crypto_pump_requests()
112
engine->
idling
= false;
in crypto_pump_requests()
499
engine->
idling
= false;
in crypto_engine_alloc_init_and_set()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H
A
D
tascam-transaction.c
165
port->
idling
= true;
in async_midi_port_callback()
179
if (!port->
idling
|| port->error)
in midi_port_work()
215
port->
idling
= false;
in midi_port_work()
239
port->
idling
= true;
in snd_fw_async_midi_port_init()
H
A
D
tascam.h
50
bool
idling
;
member
/kernel/linux/linux-6.6/sound/firewire/tascam/
H
A
D
tascam-transaction.c
165
port->
idling
= true;
in async_midi_port_callback()
179
if (!port->
idling
|| port->error)
in midi_port_work()
215
port->
idling
= false;
in midi_port_work()
239
port->
idling
= true;
in snd_fw_async_midi_port_init()
H
A
D
tascam.h
50
bool
idling
;
member
/kernel/linux/linux-6.6/crypto/
H
A
D
crypto_engine.c
89
/* If another context is
idling
then defer */
in crypto_pump_requests()
90
if (engine->
idling
) {
in crypto_pump_requests()
108
engine->
idling
= true;
in crypto_pump_requests()
116
engine->
idling
= false;
in crypto_pump_requests()
505
engine->
idling
= false;
in crypto_engine_alloc_init_and_set()
/kernel/linux/linux-6.6/include/crypto/internal/
H
A
D
engine.h
24
* @
idling
: the engine is entering idle state
49
bool
idling
;
member
/kernel/linux/linux-5.10/include/crypto/
H
A
D
engine.h
24
* @
idling
: the engine is entering idle state
49
bool
idling
;
member
/kernel/linux/linux-5.10/include/linux/spi/
H
A
D
spi.h
367
* @
idling
: the device is entering idle state
608
bool
idling
;
member
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi.c
1405
/* If another context is
idling
the device then defer */
in __spi_pump_messages()
1406
if (ctlr->
idling
) {
in __spi_pump_messages()
1435
ctlr->
idling
= true;
in __spi_pump_messages()
1450
ctlr->
idling
= false;
in __spi_pump_messages()
/kernel/linux/linux-5.10/block/
H
A
D
bfq-cgroup.c
118
BFQG_FLAG_FNS(
idling
)
/kernel/linux/linux-6.6/block/
H
A
D
bfq-cgroup.c
118
BFQG_FLAG_FNS(
idling
)
Completed in 17 milliseconds