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:autop_idx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
iocost_monitor.py
104
self.
autop_idx
= ioc.
autop_idx
.value_()
108
if self.
autop_idx
in autop_names:
109
self.autop_name = autop_names[self.
autop_idx
]
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
iocost_monitor.py
105
self.
autop_idx
= ioc.
autop_idx
.value_()
109
if self.
autop_idx
in autop_names:
110
self.autop_name = autop_names[self.
autop_idx
]
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
447
int
autop_idx
;
member
813
int idx = ioc->
autop_idx
;
in ioc_autop_idx()
922
if (idx == ioc->
autop_idx
&& !force)
in ioc_refresh_params()
925
if (idx != ioc->
autop_idx
)
in ioc_refresh_params()
928
ioc->
autop_idx
= idx;
in ioc_refresh_params()
2881
ioc->
autop_idx
= AUTOP_INVALID;
in blk_iocost_init()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iocost.c
445
int
autop_idx
;
member
809
int idx = ioc->
autop_idx
;
in ioc_autop_idx()
923
if (idx == ioc->
autop_idx
&& !force)
in ioc_refresh_params_disk()
926
if (idx != ioc->
autop_idx
) {
in ioc_refresh_params_disk()
931
ioc->
autop_idx
= idx;
in ioc_refresh_params_disk()
2908
ioc->
autop_idx
= AUTOP_INVALID;
in blk_iocost_init()
Completed in 10 milliseconds