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:oom_bfqq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
625
/*
oom_bfqq
does not participate in queue merging */
in bfq_pos_tree_add_move()
626
if (bfqq == &bfqd->
oom_bfqq
)
in bfq_pos_tree_add_move()
2684
if (!io_struct || unlikely(bfqq == &bfqd->
oom_bfqq
))
in bfq_setup_cooperator()
2694
likely(in_service_bfqq != &bfqd->
oom_bfqq
) &&
in bfq_setup_cooperator()
2711
if (new_bfqq && likely(new_bfqq != &bfqd->
oom_bfqq
) &&
in bfq_setup_cooperator()
5201
bfqq = &bfqd->
oom_bfqq
;
in bfq_get_queue()
6022
if (likely(bfqq && bfqq != &bfqd->
oom_bfqq
))
in bfq_get_bfqq_handle_split()
6184
if (likely(bfqq != &bfqd->
oom_bfqq
) && bfqq_process_refs(bfqq) == 1) {
in bfq_init_rq()
6464
bfq_init_bfqq(bfqd, &bfqd->
oom_bfqq
, NULL, 1, 0);
in bfq_init_queue()
6465
bfqd->
oom_bfqq
in bfq_init_queue()
[all...]
H
A
D
bfq-iosched.h
724
struct bfq_queue
oom_bfqq
;
member
H
A
D
bfq-cgroup.c
652
*
oom_bfqq
is not allowed to move,
oom_bfqq
will hold ref to root_group
in bfq_bfqq_move()
655
if (bfqq == &bfqd->
oom_bfqq
)
in bfq_bfqq_move()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
794
/*
oom_bfqq
does not participate in queue merging */
in bfq_pos_tree_add_move()
795
if (bfqq == &bfqd->
oom_bfqq
)
in bfq_pos_tree_add_move()
2141
bfqd->last_completed_rq_bfqq == &bfqd->
oom_bfqq
||
in bfq_check_waker()
2142
bfqq == &bfqd->
oom_bfqq
)
in bfq_check_waker()
3002
if (!io_struct || unlikely(bfqq == &bfqd->
oom_bfqq
))
in bfq_setup_cooperator()
3012
likely(in_service_bfqq != &bfqd->
oom_bfqq
) &&
in bfq_setup_cooperator()
3029
if (new_bfqq && likely(new_bfqq != &bfqd->
oom_bfqq
) &&
in bfq_setup_cooperator()
5863
bfqq = &bfqd->
oom_bfqq
;
in bfq_get_queue()
5888
if (bfqq != &bfqd->
oom_bfqq
&& is_sync && !respawn)
in bfq_get_queue()
6749
if (likely(bfqq && bfqq != &bfqd->
oom_bfqq
))
in bfq_get_bfqq_handle_split()
[all...]
H
A
D
bfq-iosched.h
796
struct bfq_queue
oom_bfqq
;
member
H
A
D
bfq-cgroup.c
650
*
oom_bfqq
is not allowed to move,
oom_bfqq
will hold ref to root_group
in bfq_bfqq_move()
653
if (bfqq == &bfqd->
oom_bfqq
)
in bfq_bfqq_move()
Completed in 24 milliseconds