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:waker_bfqq
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
2107
* time that Q is detected, the field
waker_bfqq
is set to Q, to confirm that Q
2171
bfqq->
waker_bfqq
= bfqd->last_completed_rq_bfqq;
in bfq_check_waker()
2173
bfq_bfqq_name(bfqq->
waker_bfqq
, waker_name,
in bfq_check_waker()
2179
* bfqq->
waker_bfqq
must be reset. To
in bfq_check_waker()
2184
*
waker_bfqq
pointer. When the waker
in bfq_check_waker()
2185
* queue exits, the
waker_bfqq
pointer
in bfq_check_waker()
3148
if (bfqq->
waker_bfqq
&& !new_bfqq->
waker_bfqq
&&
in bfq_merge_bfqqs()
3149
bfqq->
waker_bfqq
!= new_bfqq) {
in bfq_merge_bfqqs()
3150
new_bfqq->
waker_bfqq
in bfq_merge_bfqqs()
[all...]
H
A
D
bfq-wf2q.c
1696
&bfqq->woken_list_node != bfqq->
waker_bfqq
->woken_list.first) {
in bfq_add_bfqq_busy()
1699
&bfqq->
waker_bfqq
->woken_list);
in bfq_add_bfqq_busy()
H
A
D
bfq-iosched.h
392
struct bfq_queue *
waker_bfqq
;
member
405
* queue. This list is used to reset the
waker_bfqq
pointer in
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
1945
bfqq->
waker_bfqq
) {
in bfq_add_request()
1952
bfqq->
waker_bfqq
= bfqd->last_completed_rq_bfqq;
in bfq_add_request()
1956
* bfqq->
waker_bfqq
must be reset. To
in bfq_add_request()
1961
*
waker_bfqq
pointer. When the waker
in bfq_add_request()
1962
* queue exits, the
waker_bfqq
pointer
in bfq_add_request()
1981
bfqq->
waker_bfqq
&&
in bfq_add_request()
1984
* synchronization with
waker_bfqq
in bfq_add_request()
4492
* eventually serving
waker_bfqq
's I/O; see the last
in bfq_select_queue()
4543
bfq_bfqq_busy(bfqq->
waker_bfqq
) &&
in bfq_select_queue()
4544
bfqq->
waker_bfqq
in bfq_select_queue()
[all...]
H
A
D
bfq-iosched.h
373
struct bfq_queue *
waker_bfqq
;
member
379
* queue. This list is used to reset the
waker_bfqq
pointer in
Completed in 17 milliseconds