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:io_disp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.h
117
unsigned int
io_disp
[2];
member
H
A
D
blk-throttle.c
637
tg->
io_disp
[rw] = 0;
in throtl_start_new_slice_with_credit()
661
tg->
io_disp
[rw] = 0;
in throtl_start_new_slice()
782
if ((int)tg->
io_disp
[rw] >= io_trim)
in throtl_trim_slice()
783
tg->
io_disp
[rw] -= io_trim;
in throtl_trim_slice()
785
tg->
io_disp
[rw] = 0;
in throtl_trim_slice()
815
tg->
io_disp
[rw];
in __tg_update_carryover()
848
if (io_allowed > 0 && tg->
io_disp
[rw] + 1 <= io_allowed)
in tg_within_iops_limit()
972
tg->
io_disp
[rw]++;
in throtl_charge_bio()
2252
tg->
io_disp
[rw], tg_iops_limit(tg, rw),
in __blk_throtl_bio()
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
157
unsigned int
io_disp
[2];
member
776
tg->
io_disp
[rw] = 0;
in throtl_start_new_slice_with_credit()
799
tg->
io_disp
[rw] = 0;
in throtl_start_new_slice()
883
if (tg->
io_disp
[rw] >= io_trim)
in throtl_trim_slice()
884
tg->
io_disp
[rw] -= io_trim;
in throtl_trim_slice()
886
tg->
io_disp
[rw] = 0;
in throtl_trim_slice()
930
if (tg->
io_disp
[rw] + 1 <= io_allowed) {
in tg_with_in_iops_limit()
1036
tg->
io_disp
[rw] += atomic_xchg(&tg->io_split_cnt[rw], 0);
in tg_may_dispatch()
1063
tg->
io_disp
[rw]++;
in throtl_charge_bio()
2327
tg->
io_disp
[r
in blk_throtl_bio()
[all...]
Completed in 8 milliseconds