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_RATE_SHIFT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
260
* [(sectors/usec) / 2^
BFQ_RATE_SHIFT
] to take into account the shift,
262
* [1 / 2^
BFQ_RATE_SHIFT
, 2^(32 -
BFQ_RATE_SHIFT
)] sectors/usec =
268
#define
BFQ_RATE_SHIFT
16
macro
302
* by
BFQ_RATE_SHIFT
.
3042
jiffies_to_msecs(bfqd->bfq_timeout)>>
BFQ_RATE_SHIFT
;
in bfq_calc_max_budget()
3107
rate = div64_ul(bfqd->tot_sectors_dispatched<<
BFQ_RATE_SHIFT
,
in bfq_update_rate_reset()
3118
rate > 20<<
BFQ_RATE_SHIFT
)
in bfq_update_rate_reset()
3174
* on
BFQ_RATE_SHIFT
). Push to 1 if this happens, to avoid
in bfq_update_rate_reset()
5691
(bfqd->last_rq_max_size<<
BFQ_RATE_SHIFT
)/delta_u
in bfq_completed_request()
[all...]
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
260
* [(sectors/usec) / 2^
BFQ_RATE_SHIFT
] to take into account the shift,
262
* [1 / 2^
BFQ_RATE_SHIFT
, 2^(32 -
BFQ_RATE_SHIFT
)] sectors/usec =
268
#define
BFQ_RATE_SHIFT
16
macro
302
* by
BFQ_RATE_SHIFT
.
3415
jiffies_to_msecs(bfqd->bfq_timeout)>>
BFQ_RATE_SHIFT
;
in bfq_calc_max_budget()
3480
rate = div64_ul(bfqd->tot_sectors_dispatched<<
BFQ_RATE_SHIFT
,
in bfq_update_rate_reset()
3491
rate > 20<<
BFQ_RATE_SHIFT
)
in bfq_update_rate_reset()
3547
* on
BFQ_RATE_SHIFT
). Push to 1 if this happens, to avoid
in bfq_update_rate_reset()
6400
(bfqd->last_rq_max_size<<
BFQ_RATE_SHIFT
)/delta_u
in bfq_completed_request()
[all...]
Completed in 17 milliseconds