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:was_busy
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
crypto_engine.c
75
bool
was_busy
= false;
in crypto_pump_requests()
local
135
was_busy
= true;
in crypto_pump_requests()
142
if (!
was_busy
&& engine->prepare_crypt_hardware) {
in crypto_pump_requests()
/kernel/linux/linux-6.6/crypto/
H
A
D
crypto_engine.c
80
bool
was_busy
= false;
in crypto_pump_requests()
local
136
was_busy
= true;
in crypto_pump_requests()
143
if (!
was_busy
&& engine->prepare_crypt_hardware) {
in crypto_pump_requests()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi.c
1616
struct spi_message *msg, bool
was_busy
)
in __spi_pump_transfer_message()
1621
if (!
was_busy
&& ctlr->auto_runtime_pm) {
in __spi_pump_transfer_message()
1635
if (!
was_busy
)
in __spi_pump_transfer_message()
1638
if (!
was_busy
&& ctlr->prepare_transfer_hardware) {
in __spi_pump_transfer_message()
1741
bool
was_busy
= false;
in __spi_pump_messages()
local
1800
was_busy
= true;
in __spi_pump_messages()
1805
ret = __spi_pump_transfer_message(ctlr, msg,
was_busy
);
in __spi_pump_messages()
4169
bool
was_busy
;
in __spi_transfer_message_noqueue()
local
4174
was_busy
= ctlr->busy;
in __spi_transfer_message_noqueue()
4177
ret = __spi_pump_transfer_message(ctlr, msg,
was_busy
);
in __spi_transfer_message_noqueue()
1615
__spi_pump_transfer_message(struct spi_controller *ctlr, struct spi_message *msg, bool
was_busy
)
__spi_pump_transfer_message()
argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
901
bool
was_busy
= mp->busy;
in dss_apply_irq_handler()
local
904
if (
was_busy
&& !mp->busy)
in dss_apply_irq_handler()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
apply.c
899
bool
was_busy
= mp->busy;
in dss_apply_irq_handler()
local
902
if (
was_busy
&& !mp->busy)
in dss_apply_irq_handler()
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
tegra20-apb-dma.c
755
bool
was_busy
;
in tegra_dma_terminate_all()
local
776
was_busy
= tdc->busy;
in tegra_dma_terminate_all()
779
if (!list_empty(&tdc->pending_sg_req) &&
was_busy
) {
in tegra_dma_terminate_all()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
tegra20-apb-dma.c
743
bool
was_busy
;
in tegra_dma_terminate_all()
local
764
was_busy
= tdc->busy;
in tegra_dma_terminate_all()
767
if (!list_empty(&tdc->pending_sg_req) &&
was_busy
) {
in tegra_dma_terminate_all()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi.c
1392
bool
was_busy
= false;
in __spi_pump_messages()
local
1461
was_busy
= true;
in __spi_pump_messages()
1468
if (!
was_busy
&& ctlr->auto_runtime_pm) {
in __spi_pump_messages()
1479
if (!
was_busy
)
in __spi_pump_messages()
1482
if (!
was_busy
&& ctlr->prepare_transfer_hardware) {
in __spi_pump_messages()
Completed in 20 milliseconds