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:budget_timeout
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
1624
bfqq->
budget_timeout
+
in bfq_bfqq_idle_for_long_time()
1720
bfqq->
budget_timeout
+
in bfq_bfqq_handle_idle_busy_switch()
2926
bfqq->
budget_timeout
= jiffies +
in bfq_set_budget_timeout()
2941
time_is_before_jiffies(bfqq->
budget_timeout
)) {
in __bfq_set_in_service_queue()
2957
* overloaded field
budget_timeout
to
in __bfq_set_in_service_queue()
2962
*
budget_timeout
is set to jiffies if bfqq
in __bfq_set_in_service_queue()
2966
if (time_after(bfqq->
budget_timeout
,
in __bfq_set_in_service_queue()
2969
jiffies - bfqq->
budget_timeout
;
in __bfq_set_in_service_queue()
3533
* Overloading
budget_timeout
field to store
in __bfq_bfqq_expire()
3538
bfqq->
budget_timeout
in __bfq_bfqq_expire()
5398
bool
budget_timeout
= bfq_bfqq_
budget_timeout
(bfqq);
bfq_rq_enqueued()
local
[all...]
H
A
D
bfq-iosched.h
280
unsigned long
budget_timeout
;
member
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
1755
bfqq->
budget_timeout
+
in bfq_bfqq_idle_for_long_time()
1898
bfqq->
budget_timeout
+
in bfq_bfqq_handle_idle_busy_switch()
3299
bfqq->
budget_timeout
= jiffies +
in bfq_set_budget_timeout()
3314
time_is_before_jiffies(bfqq->
budget_timeout
)) {
in __bfq_set_in_service_queue()
3330
* overloaded field
budget_timeout
to
in __bfq_set_in_service_queue()
3335
*
budget_timeout
is set to jiffies if bfqq
in __bfq_set_in_service_queue()
3339
if (time_after(bfqq->
budget_timeout
,
in __bfq_set_in_service_queue()
3342
jiffies - bfqq->
budget_timeout
;
in __bfq_set_in_service_queue()
3922
* Overloading
budget_timeout
field to store
in __bfq_bfqq_expire()
3927
bfqq->
budget_timeout
in __bfq_bfqq_expire()
6089
bool
budget_timeout
= bfq_bfqq_
budget_timeout
(bfqq);
bfq_rq_enqueued()
local
[all...]
H
A
D
bfq-iosched.h
296
unsigned long
budget_timeout
;
member
Completed in 16 milliseconds