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:disptime
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-throttle.h
47
* their ->
disptime
.
51
unsigned long first_pending_disptime; /*
disptime
of the first tg */
96
unsigned long
disptime
;
member
H
A
D
blk-throttle.c
526
parent_sq->first_pending_disptime = tg->
disptime
;
in update_min_dispatch_time()
535
unsigned long key = tg->
disptime
;
in tg_service_queue_add()
542
if (time_before(key, __tg->
disptime
))
in tg_service_queue_add()
1012
unsigned long read_wait = -1, write_wait = -1, min_wait = -1,
disptime
;
in tg_update_disptime()
local
1024
disptime
= jiffies + min_wait;
in tg_update_disptime()
1028
tg->
disptime
=
disptime
;
in tg_update_disptime()
1136
if (time_before(jiffies, tg->
disptime
))
in throtl_select_dispatch()
1753
* Update
disptime
after setting the above flag to make sure
in blk_throtl_cancel_bios()
1936
tg->
disptime
in throtl_upgrade_state()
[all...]
/kernel/linux/linux-5.10/block/
H
A
D
blk-throttle.c
87
* their ->
disptime
.
91
unsigned long first_pending_disptime; /*
disptime
of the first tg */
137
unsigned long
disptime
;
member
669
parent_sq->first_pending_disptime = tg->
disptime
;
in update_min_dispatch_time()
678
unsigned long key = tg->
disptime
;
in tg_service_queue_add()
685
if (time_before(key, __tg->
disptime
))
in tg_service_queue_add()
1113
unsigned long read_wait = -1, write_wait = -1, min_wait = -1,
disptime
;
in tg_update_disptime()
local
1125
disptime
= jiffies + min_wait;
in tg_update_disptime()
1129
tg->
disptime
=
disptime
;
in tg_update_disptime()
[all...]
Completed in 7 milliseconds