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:wait_dispatch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.h
571
bool
wait_dispatch
;
member
H
A
D
bfq-iosched.c
2036
*
wait_dispatch
will cause bfqd->waited_rq to
in bfq_add_request()
2039
bfqd->
wait_dispatch
= true;
in bfq_add_request()
4041
bfqd->rqs_injected = bfqd->
wait_dispatch
= false;
in bfq_bfqq_expire()
4644
if (bfqq == bfqd->in_service_queue && bfqd->
wait_dispatch
) {
in bfq_dispatch_rq_from_bfqq()
4645
bfqd->
wait_dispatch
= false;
in bfq_dispatch_rq_from_bfqq()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.h
648
bool
wait_dispatch
;
member
H
A
D
bfq-iosched.c
2269
*
wait_dispatch
will cause bfqd->waited_rq to
in bfq_add_request()
2272
bfqd->
wait_dispatch
= true;
in bfq_add_request()
4410
bfqd->rqs_injected = bfqd->
wait_dispatch
= false;
in bfq_bfqq_expire()
5113
if (bfqq == bfqd->in_service_queue && bfqd->
wait_dispatch
) {
in bfq_dispatch_rq_from_bfqq()
5114
bfqd->
wait_dispatch
= false;
in bfq_dispatch_rq_from_bfqq()
Completed in 20 milliseconds