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:user_cost_model
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
105
self.
user_cost_model
= ioc.
user_cost_model
.value_()
132
if self.
user_cost_model
or self.user_qos_params:
133
output += f'({"C" if self.
user_cost_model
else ""}{"Q" if self.user_qos_params else ""})'
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
106
self.
user_cost_model
= ioc.
user_cost_model
.value_()
135
if self.
user_cost_model
or self.user_qos_params:
136
output += f'({"C" if self.
user_cost_model
else ""}{"Q" if self.user_qos_params else ""})'
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
449
bool
user_cost_model
:1;
member
831
if (ioc->user_qos_params || ioc->
user_cost_model
)
in ioc_autop_idx()
934
if (!ioc->
user_cost_model
)
in ioc_refresh_params()
3307
dname, ioc->
user_cost_model
? "user" : "auto",
in ioc_cost_model_prfill()
3362
user = ioc->
user_cost_model
;
in ioc_cost_model_write()
3403
ioc->
user_cost_model
= true;
in ioc_cost_model_write()
3405
ioc->
user_cost_model
= false;
in ioc_cost_model_write()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
447
bool
user_cost_model
:1;
member
827
if (ioc->user_qos_params || ioc->
user_cost_model
)
in ioc_autop_idx()
937
if (!ioc->
user_cost_model
)
in ioc_refresh_params_disk()
3367
dname, ioc->
user_cost_model
? "user" : "auto",
in ioc_cost_model_prfill()
3436
user = ioc->
user_cost_model
;
in ioc_cost_model_write()
3475
ioc->
user_cost_model
= true;
in ioc_cost_model_write()
3477
ioc->
user_cost_model
= false;
in ioc_cost_model_write()
Completed in 11 milliseconds