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:num_actuators
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
706
for (act_idx = 0; bic && act_idx < bfqd->
num_actuators
; act_idx++) {
in bfq_limit_depth()
1798
if (bfqd->
num_actuators
== 1)
in bfq_actuator_index()
1804
for (i = 0; i < bfqd->
num_actuators
; i++) {
in bfq_actuator_index()
2638
for (k = 0; k < bfqd->
num_actuators
; k++) {
in bfq_end_wr_async_queues()
2655
for (i = 0; i < bfqd->
num_actuators
; i++) {
in bfq_end_wr()
4705
for (i = 0; i < bfqd->
num_actuators
; i++) {
in bfq_choose_bfqq_for_injection()
4781
for (i = 0 ; i < bfqd->
num_actuators
; i++) {
in bfq_find_bfqq_for_underused_actuator()
4783
(i == bfqd->
num_actuators
- 1 ||
in bfq_find_bfqq_for_underused_actuator()
5473
* If bfqd and thus bfqd->
num_actuators
is not available any
in bfq_exit_icq()
5478
unsigned int
num_actuators
in bfq_exit_icq()
local
[all...]
H
A
D
bfq-iosched.h
823
unsigned int
num_actuators
;
member
H
A
D
bfq-cgroup.c
764
for (act_idx = 0; act_idx < bfqd->
num_actuators
; act_idx++) {
in __bfq_bic_change_cgroup()
Completed in 12 milliseconds