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:is_busy_started
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd.h
389
* @
is_busy_started
: tracks if busy period has started or not
403
bool
is_busy_started
;
member
H
A
D
ufshcd.c
1368
if (scaling->
is_busy_started
)
in ufshcd_devfreq_get_dev_status()
1380
scaling->
is_busy_started
= true;
in ufshcd_devfreq_get_dev_status()
1383
scaling->
is_busy_started
= false;
in ufshcd_devfreq_get_dev_status()
1931
hba->clk_scaling.
is_busy_started
= false;
in ufshcd_clk_scaling_start_busy()
1934
if (!hba->clk_scaling.
is_busy_started
) {
in ufshcd_clk_scaling_start_busy()
1936
hba->clk_scaling.
is_busy_started
= true;
in ufshcd_clk_scaling_start_busy()
1947
if (!hba->outstanding_reqs && scaling->
is_busy_started
) {
in ufshcd_clk_scaling_update_busy()
1951
scaling->
is_busy_started
= false;
in ufshcd_clk_scaling_update_busy()
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshcd.h
436
* @
is_busy_started
: tracks if busy period has started or not
453
bool
is_busy_started
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd.c
1467
if (scaling->
is_busy_started
)
in ufshcd_devfreq_get_dev_status()
1479
scaling->
is_busy_started
= true;
in ufshcd_devfreq_get_dev_status()
1482
scaling->
is_busy_started
= false;
in ufshcd_devfreq_get_dev_status()
2057
hba->clk_scaling.
is_busy_started
= false;
in ufshcd_clk_scaling_start_busy()
2060
if (!hba->clk_scaling.
is_busy_started
) {
in ufshcd_clk_scaling_start_busy()
2062
hba->clk_scaling.
is_busy_started
= true;
in ufshcd_clk_scaling_start_busy()
2077
if (!scaling->active_reqs && scaling->
is_busy_started
) {
in ufshcd_clk_scaling_update_busy()
2081
scaling->
is_busy_started
= false;
in ufshcd_clk_scaling_update_busy()
Completed in 33 milliseconds