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:async_idle_bfqq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.h
872
* @
async_idle_bfqq
: async queue for the idle class (ioprio is ignored).
913
struct bfq_queue *
async_idle_bfqq
;
member
930
struct bfq_queue *
async_idle_bfqq
;
member
H
A
D
bfq-iosched.c
2399
if (bfqg->
async_idle_bfqq
)
in bfq_end_wr_async_queues()
2400
bfq_bfqq_end_wr(bfqg->
async_idle_bfqq
);
in bfq_end_wr_async_queues()
5166
return &bfqg->
async_idle_bfqq
;
in bfq_async_queue_prio()
6326
__bfq_put_async_bfqq(bfqd, &bfqg->
async_idle_bfqq
);
in bfq_put_async_queues()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.h
979
* @
async_idle_bfqq
: async queue for the idle class (ioprio is ignored).
1018
struct bfq_queue *
async_idle_bfqq
[BFQ_MAX_ACTUATORS];
member
1036
struct bfq_queue *
async_idle_bfqq
[BFQ_MAX_ACTUATORS];
member
H
A
D
bfq-iosched.c
2643
if (bfqg->
async_idle_bfqq
[k])
in bfq_end_wr_async_queues()
2644
bfq_bfqq_end_wr(bfqg->
async_idle_bfqq
[k]);
in bfq_end_wr_async_queues()
5673
return &bfqg->
async_idle_bfqq
[act_idx];
in bfq_async_queue_prio()
7078
__bfq_put_async_bfqq(bfqd, &bfqg->
async_idle_bfqq
[k]);
in bfq_put_async_queues()
Completed in 22 milliseconds