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:lcoefs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
382
u64
lcoefs
[NR_LCOEFS];
member
904
u64 *c = ioc->params.
lcoefs
;
in ioc_refresh_lcoefs()
2499
coef_seqio = ioc->params.
lcoefs
[LCOEF_RSEQIO];
in calc_vtime_cost_builtin()
2500
coef_randio = ioc->params.
lcoefs
[LCOEF_RRANDIO];
in calc_vtime_cost_builtin()
2501
coef_page = ioc->params.
lcoefs
[LCOEF_RPAGE];
in calc_vtime_cost_builtin()
2504
coef_seqio = ioc->params.
lcoefs
[LCOEF_WSEQIO];
in calc_vtime_cost_builtin()
2505
coef_randio = ioc->params.
lcoefs
[LCOEF_WRANDIO];
in calc_vtime_cost_builtin()
2506
coef_page = ioc->params.
lcoefs
[LCOEF_WPAGE];
in calc_vtime_cost_builtin()
2544
*costp = pages * ioc->params.
lcoefs
[LCOEF_RPAGE];
in calc_size_vtime_cost_builtin()
2547
*costp = pages * ioc->params.
lcoefs
[LCOEF_WPAG
in calc_size_vtime_cost_builtin()
[all...]
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
380
u64
lcoefs
[NR_LCOEFS];
member
900
u64 *c = ioc->params.
lcoefs
;
in ioc_refresh_lcoefs()
2532
coef_seqio = ioc->params.
lcoefs
[LCOEF_RSEQIO];
in calc_vtime_cost_builtin()
2533
coef_randio = ioc->params.
lcoefs
[LCOEF_RRANDIO];
in calc_vtime_cost_builtin()
2534
coef_page = ioc->params.
lcoefs
[LCOEF_RPAGE];
in calc_vtime_cost_builtin()
2537
coef_seqio = ioc->params.
lcoefs
[LCOEF_WSEQIO];
in calc_vtime_cost_builtin()
2538
coef_randio = ioc->params.
lcoefs
[LCOEF_WRANDIO];
in calc_vtime_cost_builtin()
2539
coef_page = ioc->params.
lcoefs
[LCOEF_WPAGE];
in calc_vtime_cost_builtin()
2577
*costp = pages * ioc->params.
lcoefs
[LCOEF_RPAGE];
in calc_size_vtime_cost_builtin()
2580
*costp = pages * ioc->params.
lcoefs
[LCOEF_WPAG
in calc_size_vtime_cost_builtin()
[all...]
Completed in 10 milliseconds