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:bfq_class_idle
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
438
#define
bfq_class_idle
(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE)
macro
637
if (
bfq_class_idle
(bfqq))
in bfq_pos_tree_add_move()
2577
if (
bfq_class_idle
(bfqq) ||
bfq_class_idle
(new_bfqq) ||
in bfq_may_be_close_cooperator()
4241
bfq_class_idle
(bfqq))
in bfq_better_to_idle()
4672
if (!(bfq_tot_busy_queues(bfqd) > 1 &&
bfq_class_idle
(bfqq)))
in bfq_dispatch_rq_from_bfqq()
5114
if (!
bfq_class_idle
(bfqq))
in bfq_init_bfqq()
5267
if (!bfq_bfqq_sync(bfqq) ||
bfq_class_idle
(bfqq) ||
in bfq_update_has_short_ttime()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
484
#define
bfq_class_idle
(bfqq) ((bfqq)->ioprio_class == IOPRIO_CLASS_IDLE)
macro
806
if (
bfq_class_idle
(bfqq))
in bfq_pos_tree_add_move()
2825
if (
bfq_class_idle
(bfqq) ||
bfq_class_idle
(new_bfqq) ||
in bfq_may_be_close_cooperator()
4610
bfq_class_idle
(bfqq))
in bfq_better_to_idle()
5141
if (bfq_tot_busy_queues(bfqd) > 1 &&
bfq_class_idle
(bfqq))
in bfq_dispatch_rq_from_bfqq()
5615
if (!
bfq_class_idle
(bfqq))
in bfq_init_bfqq()
5957
if (!bfq_bfqq_sync(bfqq) ||
bfq_class_idle
(bfqq) ||
in bfq_update_has_short_ttime()
Completed in 18 milliseconds