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:actuator_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
380
unsigned int
actuator_idx
)
in bic_to_bfqq()
383
return bic->bfqq[1][
actuator_idx
];
in bic_to_bfqq()
385
return bic->bfqq[0][
actuator_idx
];
in bic_to_bfqq()
393
unsigned int
actuator_idx
)
in bic_set_bfqq()
395
struct bfq_queue *old_bfqq = bic->bfqq[is_sync][
actuator_idx
];
in bic_set_bfqq()
410
struct bfq_iocq_bfqq_data *bfqq_data = &bic->bfqq_data[
actuator_idx
];
in bic_set_bfqq()
417
bic->bfqq[1][
actuator_idx
] = bfqq;
in bic_set_bfqq()
419
bic->bfqq[0][
actuator_idx
] = bfqq;
in bic_set_bfqq()
1138
unsigned int a_idx = bfqq->
actuator_idx
;
in bfq_bfqq_resume_state()
2870
unsigned int new_a_idx = new_bfqq->
actuator_idx
;
in bfq_setup_stable_merge()
379
bic_to_bfqq(struct bfq_io_cq *bic, bool is_sync, unsigned int
actuator_idx
)
bic_to_bfqq()
argument
390
bic_set_bfqq(struct bfq_io_cq *bic, struct bfq_queue *bfqq, bool is_sync, unsigned int
actuator_idx
)
bic_set_bfqq()
argument
5451
bfq_exit_icq_bfqq(struct bfq_io_cq *bic, bool is_sync, unsigned int
actuator_idx
)
bfq_exit_icq_bfqq()
argument
[all...]
H
A
D
bfq-iosched.h
411
unsigned int
actuator_idx
;
member
1050
unsigned int
actuator_idx
);
1052
unsigned int
actuator_idx
);
H
A
D
bfq-wf2q.c
496
list_add(&bfqq->bfqq_list, &bfqq->bfqd->active_list[bfqq->
actuator_idx
]);
in bfq_active_insert()
Completed in 10 milliseconds