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:ttime
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
1036
bfqq->
ttime
= bic->saved_ttime;
in bfq_bfqq_resume_state()
1673
bfqq->
ttime
.last_end_request +
in bfq_bfqq_handle_idle_busy_switch()
2731
bic->saved_ttime = bfqq->
ttime
;
in bfq_bfqq_save_state()
5123
bfqq->
ttime
.last_end_request = ktime_get_ns() + 1;
in bfq_init_bfqq()
5232
struct bfq_ttime *
ttime
= &bfqq->
ttime
;
in bfq_update_io_thinktime()
local
5233
u64 elapsed = ktime_get_ns() - bfqq->
ttime
.last_end_request;
in bfq_update_io_thinktime()
5237
ttime
->ttime_samples = (7*bfqq->
ttime
.ttime_samples + 256) / 8;
in bfq_update_io_thinktime()
5238
ttime
in bfq_update_io_thinktime()
[all...]
H
A
D
bfq-iosched.h
292
struct bfq_ttime
ttime
;
member
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
1156
bfqq->
ttime
= bfqq_data->saved_ttime;
in bfq_bfqq_resume_state()
1833
bfqq->
ttime
.last_end_request +
in bfq_bfqq_handle_idle_busy_switch()
2057
now_ns - bfqq->
ttime
.last_end_request;
in bfq_update_io_intensity()
3055
bfqq_data->saved_ttime = bfqq->
ttime
;
in bfq_bfqq_save_state()
5624
bfqq->
ttime
.last_end_request = now_ns + 1;
in bfq_init_bfqq()
5896
struct bfq_ttime *
ttime
= &bfqq->
ttime
;
in bfq_update_io_thinktime()
local
5906
elapsed = ktime_get_ns() - bfqq->
ttime
.last_end_request;
in bfq_update_io_thinktime()
5909
ttime
->ttime_samples = (7*
ttime
in bfq_update_io_thinktime()
[all...]
H
A
D
bfq-iosched.h
308
struct bfq_ttime
ttime
;
member
Completed in 19 milliseconds