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:busy_queues
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-wf2q.c
40
return bfqd->
busy_queues
[0] + bfqd->
busy_queues
[1] +
in bfq_tot_busy_queues()
41
bfqd->
busy_queues
[2];
in bfq_tot_busy_queues()
1680
bfqd->
busy_queues
[bfqq->ioprio_class - 1]--;
in bfq_del_bfqq_busy()
1703
bfqd->
busy_queues
[bfqq->ioprio_class - 1]++;
in bfq_add_bfqq_busy()
H
A
D
bfq-iosched.c
706
(bfqd->
busy_queues
[0] && bfqd->
busy_queues
[1]) ||
in bfq_asymmetric_scenario()
707
(bfqd->
busy_queues
[0] && bfqd->
busy_queues
[2]) ||
in bfq_asymmetric_scenario()
708
(bfqd->
busy_queues
[1] && bfqd->
busy_queues
[2]);
in bfq_asymmetric_scenario()
4689
* Avoiding lock: a race on bfqd->
busy_queues
should cause at
in bfq_has_work()
H
A
D
bfq-iosched.h
517
unsigned int
busy_queues
[3];
member
/kernel/linux/linux-6.6/block/
H
A
D
bfq-wf2q.c
40
return bfqd->
busy_queues
[0] + bfqd->
busy_queues
[1] +
in bfq_tot_busy_queues()
41
bfqd->
busy_queues
[2];
in bfq_tot_busy_queues()
1652
bfqd->
busy_queues
[bfqq->ioprio_class - 1]--;
in bfq_del_bfqq_busy()
1683
bfqd->
busy_queues
[bfqq->ioprio_class - 1]++;
in bfq_add_bfqq_busy()
H
A
D
bfq-iosched.h
586
unsigned int
busy_queues
[3];
member
H
A
D
bfq-iosched.c
875
(bfqd->
busy_queues
[0] && bfqd->
busy_queues
[1]) ||
in bfq_asymmetric_scenario()
876
(bfqd->
busy_queues
[0] && bfqd->
busy_queues
[2]) ||
in bfq_asymmetric_scenario()
877
(bfqd->
busy_queues
[1] && bfqd->
busy_queues
[2]);
in bfq_asymmetric_scenario()
Completed in 28 milliseconds