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:rq_pos_tree
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.h
253
/* request-position tree member (see bfq_group's @
rq_pos_tree
) */
255
/* request-position tree root (see bfq_group's @
rq_pos_tree
) */
882
* @
rq_pos_tree
: rbtree sorted by next_request position, used when
919
struct rb_root
rq_pos_tree
;
member
932
struct rb_root
rq_pos_tree
;
member
H
A
D
bfq-iosched.c
642
bfqq->pos_root = &bfq_bfqq_to_bfqg(bfqq)->
rq_pos_tree
;
in bfq_pos_tree_add_move()
2307
*
rq_pos_tree
.
in bfq_request_merged()
2437
struct rb_root *root = &bfq_bfqq_to_bfqg(bfqq)->
rq_pos_tree
;
in bfqq_find_close()
2454
* will contain the closest sector (
rq_pos_tree
sorted by
in bfqq_find_close()
6433
root_group->
rq_pos_tree
= RB_ROOT;
in bfq_init_root_group()
H
A
D
bfq-cgroup.c
559
bfqg->
rq_pos_tree
= RB_ROOT;
in bfq_pd_init()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.h
271
/* request-position tree member (see bfq_group's @
rq_pos_tree
) */
273
/* request-position tree root (see bfq_group's @
rq_pos_tree
) */
989
* @
rq_pos_tree
: rbtree sorted by next_request position, used when
1025
struct rb_root
rq_pos_tree
;
member
1038
struct rb_root
rq_pos_tree
;
member
H
A
D
bfq-cgroup.c
548
bfqg->
rq_pos_tree
= RB_ROOT;
in bfq_pd_init()
H
A
D
bfq-iosched.c
811
bfqq->pos_root = &bfqq_group(bfqq)->
rq_pos_tree
;
in bfq_pos_tree_add_move()
2532
*
rq_pos_tree
.
in bfq_request_merged()
2685
struct rb_root *root = &bfqq_group(bfqq)->
rq_pos_tree
;
in bfqq_find_close()
2702
* will contain the closest sector (
rq_pos_tree
sorted by
in bfqq_find_close()
7186
root_group->
rq_pos_tree
= RB_ROOT;
in bfq_init_root_group()
Completed in 25 milliseconds